Jump to content

Posting sql examples here denied


Owdy

Recommended Posts

Posted

I think its a little rediculous that you cant post sql querys in code box in here. Just my opinion. If i wanna show sql commands, i have to post screenshots.

Posted

SELECT dbo.Employees.Last_Name, dbo.Employees.First_Name, dbo.Employees.ELocation
FROM          dbo.train_doc_emp LEFT OUTER JOIN
                        dbo.Employees ON dbo.train_doc_emp.train_doc_emp_emp_pk = dbo.Employees.Emp_pk
WHERE      (dbo.train_doc_emp.train_doc_emp_date IS NULL) AND (dbo.train_doc_emp.train_doc_emp_train_doc_pk = 118) AND 
                        (dbo.Employees.Active_Inactive = N'a')
GROUP BY dbo.Employees.ELocation, dbo.Employees.First_Name, dbo.Employees.Last_Name
ORDER BY dbo.Employees.ELocation

Worked for me?

Posted
SELECT * FROM banana WHERE sausage = 'yum';

 

I think its a little rediculous that you cant post sql querys in code box in here. Just my opinion. If i wanna show sql commands, i have to post screenshots.

Is this an issue whereby you actually can't post them, or you can't see 'SQL' in the drop down code box?

Posted

Weird, i got error message and support staff sayd its denied.

 If you're posting a SQL query or similar, please attach it as a text file or screenshot as the mitigation filter is assuming you're attempting SQL injection.

I try to post this http://pastebin.com/gbWR34mp

Get this error: 

2.jpg

Posted

The firewall blocks some things it thinks might be dangerous.

Weird thing is, it blocks it if its in code box, not if i just paste it as plain text. Should be other way

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...