Yes, you were right, adding "" solved the problem
many thanx!
---(end of broadcast)---
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
Hello,
I have a table 'customers', with 2 records:
SELECT * FROM customers;
customerID | customerName
--+-
myFriend | myFriend's Name
test | testing user
(2 rows)
but when I'm asking about customerID column, I get the answer:
SELECT custo
[EMAIL PROTECTED] a écrit :
Hello,
I have a table 'customers', with 2 records:
SELECT * FROM customers;
customerID | customerName
--+-
myFriend | myFriend's Name
test | testing user
(2 rows)
but when I'm asking about customerID column, I