I've done a lot of searches and I just can't figure it out. What is the TSQL (from Oracle) equivalent for the colon here:
select ID, GRADE from TGroups WHERE ID= substring(:NAME,1,5)
I've done a lot of searches and I just can't figure it out. What is the TSQL (from Oracle) equivalent for the colon here:
select ID, GRADE from TGroups WHERE ID= substring(:NAME,1,5)