|
You last visited: Today at 12:06
Advertisement
MySQL Query
Discussion on MySQL Query within the Metin2 Private Server forum part of the Metin2 category.
05/29/2013, 13:39
|
#1
|
elite*gold: 0
Join Date: May 2009
Posts: 2,329
Received Thanks: 637
|
MySQL Query
Moin Leute,
Hat mir eben jemand nen Query womit ich in der Tabelle Item_Proto Spalte shop_buy_price auf 0 setzen kann?
King Regards,
|
|
|
05/29/2013, 13:45
|
#2
|
elite*gold: 260
Join Date: Jul 2009
Posts: 1,123
Received Thanks: 180
|
UPDATE player.item_proto SET shop_buy_price =0
Der befehl sollte gehen aber mach zuerst mal ein backup ich hab ihn jetzt nicht getestet!
|
|
|
 |
Similar Threads
|
Mysql Query.
10/20/2012 - Metin2 Private Server - 0 Replies
Hey Com.
Ich suche eine Mysql Query die bestimmte Eiinträge aus der quest.sql löscht.
MfG
|
Mysql Query.
10/12/2012 - Metin2 Private Server - 7 Replies
Hey Com.
Ich suche eine query die alle Einträge: costume_system sucht und löscht aus meiner quest.sql
|
Mysql Query ...
07/25/2012 - Metin2 Private Server - 1 Replies
Aböönd miteinander,
ja, ich hab da ne Frage zur folgender Syserr Meldung ..
DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT empire, pid, name, money, windate FROM monarch a, player b where a.pid=b.id
Die meldung hat irgendwas mit der DB (mysql) zu tun, dass ist mir klar, jedoch weiß ich nicht genau was dort beschrieben wird :s
|
PHP-Mysql _ query
06/08/2012 - Web Development - 0 Replies
Hallo meine frage/problem wie kriege ich es hin das diese anfragen mit einem query abgesendet werden?
$eintrag = "INSERT INTO lions_aateilnahme
(Event,Freund,Personen,EssenFleisch, EssenFisch,EssenVeg,Kommen,Bemerkung)
VALUES
('$id','$name', '$teilnehmer','$norm', '$fisch','$veg','$kommen','$bemerkung')";
$eintragen = mysql_query($eintrag);
if(!empty($int)){
$intt= "INSERT INTO lions_aateilnahme (IntAntwort1) VALUES('$int')";
$eintragen = mysql_query($intt);
|
PHP/MySQL Help - Is this MySQL Query correct?
09/23/2011 - CO2 Programming - 1 Replies
$rank = mysql_query("SELECT Name,Level,Class,Online FROM entities ORDER BY Level DESC LIMIT $limit");
I'm pretty sure that is right... whenever I do
while ($row = mysql_fetch_array($rank)) { ... }
It always gives me a mysql_fetch_array error. I've checked and the database is populated, the columns exist, so what could be the issue?
|
All times are GMT +1. The time now is 12:08.
|
|