Microsoft
Software
Hardware
Network
Question : SQL 2005 SQL Syntax Help Needed
The below mentioned field has to be 10 characters exactly. I need the first 4 characters from the Ledger field in both of my tables and I need to pad the space to make up the last 2 characters.
LEFT(fac.Ledger,4) + LEFT(fin.Ledger,4) AS [SubAccount No]
I tried this and got back an error indicating I had the syntax wrong. I think I am close, but need a hand.
LEFT(ISNULL(fac.Ledger,'')
+ LEFT(ISNULL(fin.Ledger,'')
+ SPACE(10),10) AS [SubAccount No],
Answer : SQL 2005 SQL Syntax Help Needed
Try this:
rpm -qa --queryformat '%{DESCRIPTION}\n' bash
Random Solutions
The marquee progressbar hangs as the next line of the code executes
How deploy a website shortcut to 200 users desktop
VB script to uninstall with admin rights.
Can't print to Dymo Labelwriter 400 turbo after adding labelwriter 450 turbo drivers on windows 2003 terminal server
Having a problem seeing USB devices after installing libusb - NO KEYBOARD OR MOUSE !!
Test javamail through command line
In .NET, how can I add to a variable value to a query result using LINQ to SQL?
Boot Acer Ferrari 1200 laptop from dvd to upgrade vista to windows 7
Javascript form validation problems
Dynamically Change .XSD File Location in Crystal Reports Using ASP.NET 2.0