When I try to insert and select data from a table, I get an empty result set. I do it like this:
reestr-# INSERT INTO datatype(code) VALUES ('blabla')
reestr-# SELECT * FROM datatype
reestr-#
So, I get no errors or warnings in the console, but still I'm unable to insert or select any data. By the way, I even tried to insert into an invalid field cod
instead of code
and got no errors - this is really strange.
end your query with a ;
=> SELECT * FROM datatype;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With