2011年8月27日 星期六

[SQL] String and int parameter syntax

int 直接表示

string: 單引號

ex:

select a.NAME from PERSON a where a.AGE = 1;

select a.AGE from PERSON a where a.NAME = 'YANG';

沒有留言:

張貼留言