Sql query help? menu

User Tag List

Results 1 to 6 of 6
  1. #1
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sql query help?

    Well now heres the issue.. I know i should know this LOL but i dont ..


    WHen i use a Query to search for certain parameters in Navicat.. Is there a way to dump only the searched for items to a SQL? i cant seem to figure out how to do that.. I get my list of items i was looking for and then i cant find a way to dump them.. Anyone who knows this let me know please

    Sql query help?
  2. #2
    EatUrBrains's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So what your saying is your searching for items in navicat query (ones that you have created right?) and trying to dump them?
    NoT A ZomBie~BuT iLL~EaTuRBrainS

  3. #3
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well not necessarily just that but yes. thats the idea.. Say i wanted to find ALL of the Glyphs.. and dump them to a SQL.. something like that

  4. #4
    EatUrBrains's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not sure if you can do that. only if you have created it and put it in the query your self.
    NoT A ZomBie~BuT iLL~EaTuRBrainS

  5. #5
    waymirec's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure how you would do it through Navicat or SQLYog as I don't use them. But using the standard mysql client you can do the following. Just replace the table names and search criteria with whatever you need.

    Open up the mysql client and type:
    Code:
    CREATE TABLE custom_items LIKE items;
    INSERT INTO custom_items SELECT * FROM items WHERE id BETWEEN(50000,60000);
    Then export that table in whatever method you feel comfortable. Either through Navicat/SQLYog or by simply running the following from a command prompt/shell:
    Code:
    mysqldump -n -c -t -p <database_name> custom_items > custom_items.sql

  6. #6
    Link_S's Avatar Member
    Reputation
    125
    Join Date
    Dec 2008
    Posts
    293
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe like this, i don't know if this is right, can't understand your problem properly.

    Code:
    DELETE FROM items WHERE = itemname
    Replace itemname with the name of item.

    NOTE: I don't know if this works

Similar Threads

  1. [Help] SQL Query
    By Sabens in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 08-13-2008, 06:10 PM
  2. Need Help With two SQL Queries
    By BoP in forum Programming
    Replies: 3
    Last Post: 06-12-2008, 09:15 PM
  3. *HELP* Sql query due to
    By thegame240 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 05-27-2008, 05:09 PM
  4. {Help}Sql Query For uping numbers
    By Corosive720 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 05-26-2008, 05:02 AM
  5. ascent-logonserver.exe sql query error ... plz help
    By BillyBob31 in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 03-10-2008, 12:05 PM
All times are GMT -5. The time now is 05:43 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search