Jump to content
php.lv forumi

insert + select


anonīms

Recommended Posts

mysql_query("   INSERT INTO ".PREFIX."NHL_ligas_speletaji ('p_id','".$league['id']."','team','pos','name')
	SELECT 'p_id', 'l_id', 'team', 'pos', 'name'
	FROM ".PREFIX."NHL_ligas_speletaji
	WHERE PO = 0 AND l_id = '".$last_league."'") or die(mysql_error());

 

sintakses errors

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''p_id','47','team','pos','name') SELECT 'p_id', 'l_id', 'team', 'pos', 'nam' at line 1

 

kur ir problēma? neredzu.

Link to comment
Share on other sites

Nekad neesmu izpildījis uzreiz divus vaicājumus, nez vai tā vispār var, bet iespējams, ka tos vajag atdalīt ar semikolu. Kapēc gan insert un select nerakstīt atsevišķi? $league['id'] arī nav nepieciešams likt pēdiņās, jo droši vien tas ir integer tipa lauks.

 

Varbūt piegdienas vēlais vakars vainīgs, bet īsti nevar saprast tavu ideju, tev ir INSERT kur pēctam tiek definētas kolonas, bet vienā no kolonu nosaukumiem iet id lauks, vai ari tas mainīgais satur kolonas nosaukumu? Un definējot kolonas prasās tākā parādīt vērtības, kuras tiks attiecīgi katrai kolonai spraustas iekšā.

Edited by puffin
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...