Hi,
I have a problem with the following code:
UPDATE History JOIN Kinos
SET History.KinoID=Kinos.id
WHERE History.Kino=Kinos.Kino;
when it's executed phpmyadmin shows only a white page (the left frame is still there) or
this:
"Proxy Error
The proxy server received an invalid response from an...
Hi,
I have got two tables. One with a list of cities
(table_name: City
columns: 2
col_1: id
col_2: City)
the other one with a list of names of movie theatres in several cities
(table_name: Cinemas
columns: 16
col_1: id
col_2: City
col_3...
col_16: CityID)
I'm trying to UPDATE 'Cinemas'...
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.