hi there;
i want to select distinct "number" field from the keyword table in oracle:
rs = connect.execSQL("SELECT DISTINCT number FROM keyword WHERE keyword like '%"+ simpkeyword +"%' "
;
it gave me -- missing expression -- error??
how to solve this? i understand this is the reserve word in oracle.
i want to select distinct "number" field from the keyword table in oracle:
rs = connect.execSQL("SELECT DISTINCT number FROM keyword WHERE keyword like '%"+ simpkeyword +"%' "

it gave me -- missing expression -- error??
how to solve this? i understand this is the reserve word in oracle.