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
ASP.NET MVC with jquery icon buttons
In RTE paste does not work in IE8
exchange server 2003
Save Publishign site as template in SharePoint 2010
Exchange 2010 mapidelivery queue holding email
How do I stream my security camera on my website ?
check if record is already locked
FTP not working on Windows Server 2008 IIS 7
Upgrading BB firmware of VIP user :(
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003