Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
d01e8d1d
Commit
d01e8d1d
authored
11 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add FAQ about SQL use with quotes
parent
97dac70e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/faq.shtml
+12
-1
12 additions, 1 deletion
doc/html/faq.shtml
with
12 additions
and
1 deletion
doc/html/faq.shtml
+
12
−
1
View file @
d01e8d1d
...
@@ -162,6 +162,7 @@ launch a shell on a node in the job's allocation?</a></li>
...
@@ -162,6 +162,7 @@ launch a shell on a node in the job's allocation?</a></li>
<li><a href="#sssd">I am having trouble using SSSD with Slurm.</a></li>
<li><a href="#sssd">I am having trouble using SSSD with Slurm.</a></li>
<li><a href="#ha_db>">How critical is configuring high availability for my
<li><a href="#ha_db>">How critical is configuring high availability for my
database?</a></li>
database?</a></li>
<li><a href="#sql>">How can I use double quotes in MySQL queries?</a></li>
</ol>
</ol>
<h2>For Management</h2>
<h2>For Management</h2>
...
@@ -1734,8 +1735,18 @@ IP between master/backup mysql servers and:</li>
...
@@ -1734,8 +1735,18 @@ IP between master/backup mysql servers and:</li>
</ul>
</ul>
</ul>
</ul>
<p><a name="sql>"><b>55.How can I use double quotes in MySQL queries?</b></a></br>
Execute:
<pre>
SET session sql_mode='ANSI_QUOTES';
</pre>
<p>This will allow double quotes in querries like this:</p>
<pre>
show columns from "tux_assoc_table" where Field='is_def';
</pre>
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified
28 August
2013</p>
<p style="text-align:center;">Last modified
6 September
2013</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment