Jump to content
  • 0

Query_SQL


Tales

Question


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.03
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

I trying to do this:

query_sql("SELECT 'MYCOLUMN' FROM 'char' WHERE 'name' LIKE '"+ strcharinfo(0) +"'",);

 

How can i do this correctly? Thx.



@edit, i forget to explain!

Im making a npc that get a specific value from Database and show it to the char...

The value are created on MyColumn at char table. I want that this script, search for the column where the strcharinfo(0) name are allocated.

Edited by Tales
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2370
  • Joined:  10/28/11
  • Last Seen:  


query( "SELECT `my_column` FROM `char` WHERE `name` = '"+escape_sql( strcharinfo(0) )+"'",.@my_column_data$ );

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.03
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

You is the BEST!!!!


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
Answer this question...

×   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.

×
×
  • Create New...