I'm using this query to get some specific data: "select * from emp where emp_name LIKE 's%'";
emp_nam is character field, how can I use the same logic condition with numeric field? something like:
"select * from emp where emp_id ????
where emp_id is numeric field.
Thanks,
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…