Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Robert] SELECT FROM Databasename without prefix

Quote Reply
Re: [Robert] SELECT FROM Databasename without prefix In reply to
Depending on what you want to do (i.e how complex), just do:

Code:
my $sth = $DB->table("Links")->do_query(qq|SELECT foo FROM Bar"|);

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread SELECT FROM Databasename without prefix Robert 9060 Apr 21, 2017, 3:52 AM
Thread Re: [Robert] SELECT FROM Databasename without prefix
Robert 8907 Apr 21, 2017, 4:28 AM
Thread Re: [Robert] SELECT FROM Databasename without prefix
Andy 8903 Apr 21, 2017, 6:19 AM
Thread Re: [Andy] SELECT FROM Databasename without prefix
Robert 8874 Apr 21, 2017, 8:21 AM
Thread Re: [Robert] SELECT FROM Databasename without prefix
Andy 8874 Apr 21, 2017, 8:27 AM
Thread Re: [Andy] SELECT FROM Databasename without prefix
Robert 8870 Apr 21, 2017, 8:29 AM
Thread Re: [Robert] SELECT FROM Databasename without prefix
Andy 8861 Apr 21, 2017, 8:30 AM
Thread Re: [Andy] SELECT FROM Databasename without prefix
Robert 8793 Apr 21, 2017, 9:47 AM
Post Re: [Robert] SELECT FROM Databasename without prefix
Andy 8616 Apr 22, 2017, 12:02 AM