discusmania
IS-IT--Management
Hi...
Let say I have an oracle database table name employee with badge column. sample data for this column are:
badge
-----
00004567
00002345
00012345
00012319
00234567
and i have a string , lets say '4567'. so i just want out information for employee 4567. I try to use this command :
SELECT * from employee where to_number(badge)='4567'
but looks like the statement is wrong. Have anyone any idea on this ?
Thanks and regards
Ron
Let say I have an oracle database table name employee with badge column. sample data for this column are:
badge
-----
00004567
00002345
00012345
00012319
00234567
and i have a string , lets say '4567'. so i just want out information for employee 4567. I try to use this command :
SELECT * from employee where to_number(badge)='4567'
but looks like the statement is wrong. Have anyone any idea on this ?
Thanks and regards
Ron