i want to select all numeric values from a table, but how do i do this, there's also strings in this column. I can't find any functions that do this. I want to select them so i can delete them.
select * from usr where usrc = [a number];
This is what i want. Can anyone help?
regards Wouter Wouter
zure_zult@hotmail.com
To me, boxing is like a ballet, except there's no music, no choreography, and the dancers hit each other.
select * from usr where usrc = [a number];
This is what i want. Can anyone help?
regards Wouter Wouter
zure_zult@hotmail.com
To me, boxing is like a ballet, except there's no music, no choreography, and the dancers hit each other.