Microsoft
Software
Hardware
Network
Question : sql error 536
i have following query and getting sql error 536
how can i resolve it
Thanks
SELECT tbo.or_date AS [Date],tbm.account as Account,tbo.or_no AS [Order No],Left(tbo.or_itemname,l
en(tbo.or_
itemname)-
5) AS [Aile],tbo.or_itemname AS [Price], tbo.or_paytype AS [PayType]
FROM tblOrder tbo INNER JOIN
tblMember tbm ON tbo.save_number = tbm.save_number
where tbo.or_status=1 and or_no LIKE 'XXX%'
Answer : sql error 536
Actually, this appears to the be the correct SQL:
ISNULL(MAX(CAST(SUBSTRING(
chainlink,
6, 6) AS int)), 0)
Random Solutions
How do I set up a link to a specific page within a wordpress template?
vCenter Converter and SBS2008
Software that checks Feeds daily and downloads files linked within the feed
Check if existing record in database?
Using log4j, how do I log to a file in a directory
Windows 2008 Domain Controller Unavailable (but working)
isapi rewrite - helicon
I HAVE A SONY VAIO MODEL: VGN-FW351J
DReamwever how to link pages.
C# Ref Parameter Question? How to call a method that has Ref parameter recursively?