1 row in set <0.02 sec>
0
mysql> describe preferencje;
+-------------------+--------
! Field ! Type
! Id_preferencji |
int<ll> |
! Pesel |
oarchar<50> |
! Numer_preferencji |
oarchar<10> |
! Id_przedszkola |
int <11> |
: rows in set <0.01 sec>
! Nuli ! Key ! Default ! Extra !
PRI
iysql> select * from preferencje where pesel = ,'p08310501583”;
Id_preferencji ! Pesel ! Numer_preferencji ! Id_przedszkola
roi; in set <0.01 sec>
ysql> update preferencje where pesel^pOSSlOBOlBSS”;
ERROR 1064 <42000>: ¥ou haue an error in your SQL syntax; check the manuał that Icorresponds to your MySQL serwer oersion for the right syntax to use near 'where pesel="p08310501583"' at linę 1
ysql> update preferencje set id_przedszkola=”27" where pesel^pOSSlOBOlBSS";
uery OK, 1 row affected <0.06 sec>
ows matched: 1 Changed: 1 Uarnings: 0 ysql> update preferencje where pese l = "p08310501583'’;
ERROR 1064 <42000>: Vou haoe an error in your SQL syntax; check the manuał that Icorresponds to your MySQL serwer oersion for the right syntax to use near 'where pesel="p08310501583"' at linę 1
ysql> select * from preferencje where pesel="p08310501583";
+----------------+--------------+-------------------+----------------+
! Id_preferencji ! Pesel ! Numer_preferencji ! Id_przedszkola !
+----------------+--------------+-------------------+----------------+
: 2 ! P08310501583 i 1 i 27 !
+----------------+--------------+-------------------+----------------+
1 row in set <0.00 sec) pnysql> update preferencje set id_przedszkola=,'27<’ where pesel=,’p08310501583'