Question about MySql
How I can detect between a query if the date is repited in another "column" of the data base?
Example: Quote:
Kiske and Nanna have U$S 16000 |
Re: Question about MySql
Maybe you find something useful here.I think "distinct" should be the solution or w/e (this is in case you want to select only entryes that have the distinct 'money' value')
|
Re: Question about MySql
Try this:
PHP Code:
|
Re: Question about MySql
He want to detect if in the column 'Money', there are 2 or more entryes with the same value...
|
Re: Question about MySql
Quote:
I want to query for PhpMyAdmin and I show it from there, not from a plugin, sorry. And sorry but I am very bad at English I do not want the query: SELECT * FROM money WHERE `date` = '16000' For the 16000 was an example, I want to show me their recurrence. |
Re: Question about MySql
Well, here you will find only scripting help.If you want some website, not the right place...
|
Re: Question about MySql
This has nothing to do with AMXX scripting.
MySQL is it's own queries and isn't dependent on AMXX. |
| All times are GMT -4. The time now is 05:28. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.