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
Security Status within SBS Console showing all workstations as critical
Mcaffe epo 4.5 can not read remote client logs
can't find Printer Setup Utility in Mac OS X 10.5.8
finding an item in a DataTable
Access Report - Where Condition
Include page headers when printing HTML pages with different headers on some of each page
iphone sees wifi network but password incorrect
Group Policy not applying to XP Machines
urgent: how to change the nic speed from 100 half to 1000full in Solaris10
Help needed to choose create automated process for data feed FTP upload