Hello
I would like to make the SQL query a data BOX.
However, he is always out syntax error - someone can give me a hint how I make a simple query on the SQL box.
Second, a specific query with specific search results such as customer or otherwise.
Thank you
SQL BOX
Moderator: crythias
Re: SQL BOX
Hi,
if you have no understanding of correct SQL syntax you should not use this frontend as you can easily loose all your data!
For syntax and so on you should read the mysql documentation and you also need some understanding of the OTRS database layout
if you have no understanding of correct SQL syntax you should not use this frontend as you can easily loose all your data!
For syntax and so on you should read the mysql documentation and you also need some understanding of the OTRS database layout
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: SQL BOX
simple query in sql box:
select 1
select * from article_type
hint: do not use semicolons.
hint2: remove the limit for DESCRIBE
hint3: if you want labels, add them with union:
select 'id' UNION select id from article_type
select 1
select * from article_type
hint: do not use semicolons.
hint2: remove the limit for DESCRIBE
hint3: if you want labels, add them with union:
select 'id' UNION select id from article_type
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask