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
How to sendkeys commands to two sequential dialog boxes
how to install an IPhone app with UUID
Question about Exchange 2010 mailbox move.
DTPicker Click Event
split comma delimited values into seperate columns in SQL 2005
how to make background black?
capture value of checked items in checklistbox
osx system no longer logging into windows domain
XP runs slow error 0XC000005e,The Security System detected an attempted downgrade attack for server
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?