hi all,
i get sqlcode -802 from this UPDATE:
UPDATE taba SET afield1 = 'S'
WHERE afield2 = 'I'
AND afield3 IN
(SELECT bfield3 FROM tabb
WHERE bfield1 IN
( SELECT...
hi ALL,
is there a way in sql to find a character in a column that is defined char but can contain only numbers?
example:
columnA
'001'
'002'
'R03'
I need to extract just 'R03'
THANKS in advance
bye
hi all,
can i select all rows from a table where there are more rows with the same column A and i don't want to extract column A with the hight column b
when there are more equal rows for columns A.
example
column a column b
a 1
b 2
c 3
c 4
d 5
d...
hi all,
how can i extrac from a table only equal rows that are diffent just for case sensitive?
exsample
table1
col1
------
MARK
mark
PAUL
paul
john
ALEX
I would like to select and extract only these rows:
MARK
mark
PAUL
paul
thanks for any idea
bye
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.