Jump to content
  • 0
Zirius

where are the variables stored in SQL?

Question

Hello! i am starting to script, though there is @set command, I just want to be more precised, how are the variables stored?

 

if it is char variable, will it go to the char table? because i cannot see it. same for account variables?

 

Hope somebody can help. Thanks.

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Character variables

Number: char_reg_num_db

Strings : char_reg_str_db

 

Account variables

Number: acc_reg_num_db

Strings : acc_reg_str_db

 

Note: variables are not stored to sql as soon as it is set, theres some time interval before it is saved to SQL.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.