Owdy Posted July 23, 2015 Posted July 23, 2015 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.
Square Wheels Posted July 23, 2015 Posted July 23, 2015 SELECT dbo.Employees.Last_Name, dbo.Employees.First_Name, dbo.Employees.ELocationFROM dbo.train_doc_emp LEFT OUTER JOIN dbo.Employees ON dbo.train_doc_emp.train_doc_emp_emp_pk = dbo.Employees.Emp_pkWHERE (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_NameORDER BY dbo.Employees.ELocation Worked for me?
Nathan Explosion Posted July 23, 2015 Posted July 23, 2015 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?
Owdy Posted July 23, 2015 Author Posted July 23, 2015 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:
Nathan Explosion Posted July 23, 2015 Posted July 23, 2015 Yep, that's fair enough. I'd expect the same response if you used an INSERT query too.
Square Wheels Posted July 23, 2015 Posted July 23, 2015 INSERT Happiness INTO Life_TableWHERE Currnet_Mood = "blah" UPDATE ipb_forums_posts SET post = REPLACE(post,'http://hoitajat.net/foorumi/public/style_emoticons/default/','http://hoitajat.net/public/style_emoticons/default/'); I must be doing it wrong.
Management Charles Posted July 23, 2015 Management Posted July 23, 2015 The firewall blocks some things it thinks might be dangerous.
Owdy Posted July 23, 2015 Author Posted July 23, 2015 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
Ralf Herrmann Posted July 23, 2015 Posted July 23, 2015 Weird thing is, it blocks it if its in code box, not if i just paste it as plain text. That doesn’t make a difference in regards to security.
Owdy Posted July 23, 2015 Author Posted July 23, 2015 That doesn’t make a difference in regards to security. Yes, but that is how it behives now.UPDATE ipb_forums_posts SET post = REPLACE(post,'http://hoitajat.net/foorumi/public/style_emoticons/default/','http://hoitajat.net/public/style_emoticons/default/'); If i put that in code box, it blocks it
Recommended Posts
Archived
This topic is now archived and is closed to further replies.