Question : SQL - Syntax Help

I need to pull all values from a particular field where the last digit = 'T'

Example ... 99213T.

I need to only return the ones where T is the last digit.

SELECT p.Code
FROM Procedures p
WHERE .....

Answer : SQL - Syntax Help


document.EntryForm.oppo_projectstartdate.value = dteMonth + '/' + dteDay + '/' + dteYear;
document.EntryForm.oppo_projectinstalldate.value = dteDate.getMonth() + '/' + dteDate.getDate() + '/' + dteDate.getFullYear();

Random Solutions  
 
programming4us programming4us