how to select the record with one sql statement?

2018-08-13 Thread sea
helle, I have a table, like this: pigId dayweigt pig1 2018-1-121 pig2 2018-1-131 pig3 2018-1-141 pig1 2018-1-222 pig2 2018-1-231 pig3 2018-1-240 pig1

errors

2002-11-08 Thread Philippe Dhont (Sea-ro)
Hi, I downloaded mysql and i try to install it now (on slackware) It's unpacked, i did everything as root. But ./configure ends with mysql ended and ./bin/mysqld & ends also because it can't write to a file (or more). Now i understand when programs need to write to files etc that permissions must

Client on windows SLOOOOOOOOOOOOOOOOOW

2002-09-05 Thread Philippe Dhont (Sea-ro)
Hi all, I am a beginning user of mysql I installed the server, no problems there. Did some tests and it really looks nice to learn, I am a very beginning user so i tested a query on the server Select user,host,password from user; This works fine and fast but i installed the GUI on an winXP comp

BINARY and JDBC

2001-04-10 Thread Valentin Todorov (SEA)
Hi, I ported to MySQL a database that has BINARY(n) columns. MySQL silently changed them to VARCHAR(n) BINARY. And now the ResultSetMetaData.getColumnType() returns type 12=VARCHAR. Can I in some way access the attribute BINARY?! Valentin