Hi all,
I am having a table, in that a column called code contains a character varying datatype and has subject code in it.....
subject code will be in the form
[code=text]
001
001.01
001.02
02345.01
002.01
001.01.01
001.01.02
[/code]
here i want to retrieve only the rows having code with one '.' dot ie., i have to retreive rows having code as 001,002,02345.
please help me......
Thanks in advance
priyan....
I am having a table, in that a column called code contains a character varying datatype and has subject code in it.....
subject code will be in the form
[code=text]
001
001.01
001.02
02345.01
002.01
001.01.01
001.01.02
[/code]
here i want to retrieve only the rows having code with one '.' dot ie., i have to retreive rows having code as 001,002,02345.
please help me......
Thanks in advance
priyan....
Comment