What is a good Homesite query builder alternative?

Hello again. I'm making the switch from Homesite to DW. We
are using Sybase, and have no access to an enterprise manager
console or anything like that for making direct SQL queries. So we
used Homesite's built in query builder rather than write CF code
every time we need to do some quick updates/deletes whatever.
I understand there is no Dreamweaver equivilent built in, and
I'm not having much luck finding an alternative short of just
hand-coding CF pages to do all our quick-and-dirty SQL work. So
what do people here recommend? I definitely don't want to keep
Homesite running in the background just to build queries.
I am totally aware of the Recordset feature in DW, but it
only lets you READ data. I need something to do
updates/inserts/deletes. Thanks.

On Fri, 29 Feb 2008 19:17:20 +0000 (UTC), "DCwebGuy"
<[email protected]> wrote:
>If you have ever used Homesite, it has a "Query Builder"
tool that lets you
>right-click on any database table in your datasources
window and start writing
>SQL. So, yes, to use your words, I am looking for a
database interface to
>allow you to manipulate the data independent of a web
form. I am looking for a
>Homesite "Query Builder" equivilent or alternative for
Dreamweaver or something
>outside of dreamweaver. I do not have "console" access to
my company's Sybase
>database. Thanks.
There used to be a company called InterAKT that made a
product that
used to be called Kollection. It had a query builder
component.
The product has been reincarnated, sorta of, into the Adobe
Dreamweaver developer Toolbox. According to their product
information, the new replacement does have a query builder:
Visual SQL query generation
Dynamic websites require interaction with a database. Adobe
Dreamweaver Developer Toolbox is the tool you need to get the
information you want out of your database visually —
without having to
write complex SQL queries by hand.
http://www.adobe.com/products/dreamweaver/addt/
I have not used this new version so I can't comment. The old
InterAKT
product was easy to use, but I don't know whether it'll work
with a
Sybase database?
Win
Win Day, Wild Rose Websites
[email protected]
drink it. feel it. share it.
http://www.mymonavie.com/winday/

Similar Messages

  • Help with Query Builder

    Hi,
    I am trying to get a daily statistics of failed instances using Query Builder. I tried to use fields like SI_UPDATE_TS and SI_STARTTIME to filter instances with in a date range, but date range functions does not seem to work. Is there documentation somewhere as to which fields can be used or how the query should be formatted to get results like this?
    Thanks
    Ajith

    Hello Ajith,
    The Query Builder interface is actually rather limited, as you have found out yourself. I don't know if you have any programming experience, but the Query Builder is nothing more than an interface which will use the SDK in the background to talk to the CMS. In other words, if you know how to program for your BO XI deployment (Java or .NET), you can write the logic necessary to retrieve whatever information you want. You'll also find that the SDK documentation contains an explanation (though sometimes limited) for the properties and members that are available.
    Although using the SDK might seem overwhelming at first, it's actually quite easy and far more powerful than the Query Builder alternative. Also, Business Objects hosts quite a few code samples that should easily get you started. There's also a dedicated SDK forum for all specific issues relating to development.
    Some links to get you up and running:
    [Developer Library|https://boc.sdn.sap.com/developer/library]
    [Code Samples|https://www.sdn.sap.com/irj/sdn/businessobjects-samples]
    [Business Objects SDK Application Development Forums|https://www.sdn.sap.com/irj/sdn/businessobjects-sdk-forum]
    Hope this helps!
    Kind regards,
    Kristof

  • What is a good Android alternative to an expensive new iPhone?

    Does anyone else own a Vinci MV?

    sorcerousRUDY wrote:
    What is a good Android alternative to an expensive new iPhone?
    Does anyone else own a Vinci MV?
    I think asking about alternatives to 'expensive' Apple phones is inappropriate on an Apple sponsored site. You know very well how to use Google to get the information you seek. Show some tact.

  • WHAT IS A GOOD ALTERNATIVE BROWSER, SINCE FIREFOX CONSTANTLY FREEZES UP

    I've tried restoring default values (numerous times), I have tried restoring computer to an earlier date, I have synchronized the browser with another laptop, and still, the browser starts up ok, and after a few uses of my desktop sites, the damn thing freezes up. What is a good alternate browser??

    Have you tried performing a clean reinstall of Firefox?
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from [https://www.mozilla.org mozilla.org] (or choose the download for your operating system and language from [https://www.mozilla.org/firefox/all/ this page]) and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (or open the Firefox menu [[Image:New Fx Menu]] and click the close button [[Image:Close 29]]).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox|here]].
    <b>WARNING:</b> Do not use a third party uninstaller as part of this process. Doing so could permanently delete your [[Profiles|Firefox profile]] data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be easily recovered unless they have been backed up to an external device!</u> See [[Back up and restore information in Firefox profiles]]. <!-- Starting in Firefox 31, the Firefox uninstaller no longer lets you remove user profile data.Ref: Bug 432017 and https://support.mozilla.org/kb/uninstall-firefox-from-your-computer/discuss/5279 [Fx31] Windows uninstaller will no longer offer the option to remove personal data -->

  • GUI Query Builder for Users

    Hey all,
    For anyone who was following my last post, I did convince my
    boss to buy CF, so epic win there. I am now starting to replace
    some our existing software with CF based code. One of the first
    things we would like to do is setup a "Query builder" type of
    thing. Basically we have a database with over 100 fields in a
    particular table. I need some kind of interface that will allow a
    user to easily build a complex query that can include any number of
    those fields. Before I start reinventing the wheel I was wondering
    if anyone had code for something like this already or could point
    in the direction of a place that might. All it needs to do is put a
    nice front end on an SQL query basically, and really only for the
    where statement part of it. We are always going to be selecting the
    same info, from the same table, but what records we select will be
    very very different. Thanks in advance.

    A slightly more fleshed out example: Code is CF8 based, some
    features
    not compatible with older versions, but easily convertible.
    <cfscript>
    aTest = [
    label = 'foobar',
    updateable = false,
    type = 'picklist'
    label = 'george',
    updateable = true,
    type = 'int'
    label = 'nix',
    updateable = true,
    type = 'picklist'
    label = 'gracie',
    updateable = false,
    type = 'text'
    </cfscript>
    <cfdump var="#aTest#">
    <cfset FormItems = structNew()>
    <cfloop array="#aTest#" index="key">
    <cfset aTemp = structNew()>
    <cfset aTemp.label = key.label>
    <cfset aTemp.updateable = key.updateable>
    <cfset aTemp.type = key.type>
    <cfif NOT structKeyExists(FormItems,key['type'])>
    <cfset FormItems[key['type']] = arrayNew(1)>
    </cfif>
    <cfset arrayAppend(FormItems[key['type']],aTemp)>
    </cfloop>
    <cfdump var="#FormItems#">
    <cfoutput>
    <cfloop collection="#formItems#" item="elemAry">
    <h1>#elemAry#</h1>
    <cfloop array="#formItems[elemAry]#" index="element">
    <p>#element.label# - #element.updateable# -
    #element.type#</p>
    </cfloop>
    </cfloop>
    </cfoutput>
    Will need some modification to match your situation and there
    is some
    redundancy that could be eliminated. But should be a good
    proof of concept.

  • Visual Query Builder

    Hello !
    I am currently trying out the CFBuilder beta on a laptop running MS Windows XP Pro SP3 with 2GB RAM.  I also have the developer edition of Coldfusion 8 installed on that machine running the local server.
    The RDS Viewer appears to be configured correctly and I can see all of the tables for all of the databases I have declared in CF Admin and I can execute SQL statements as well as view the contents of each table but I do not have the button on the RDS Viewer to activate the visual query builder.  Where is the visual query builder ?  The user guide mentions that this should be available but I don't appear to have the button for it and can therefore not use it.
    Is the visual query builer feature missing in this beta ?  Is anyone else having the same problem and what did you do to rectify it ?  What am I doing wrong ?
    I would appreciate some help.
    Thank you.
    Ed

    I meant to add that there is are in fact other Eclipse-based database query tools that one may want to consider for more functionality:
    Eclipse SQL Explorer - http://eclipsesql.sourceforge.net/
    QuantumDB - http://quantum.sourceforge.net/
    I mention these (and other non-Eclipse-based query tools) in my CF411 site category on them, http://www.cf411.com/#query.
    Then, too, there is also a Database Explorer view that comes with Aptana (which is bundled in CFBuilder). You can find it with Window>show view>other>databases. Curiously, unlike the full version in Aptana as described here (http://www.aptana.com/docs/index.php/Database_Explorer), the one in CFB seems limited to connecting only to Derby and SQLLite databases. We can't even provide the JDBC connection string to try to point ot others.
    (And lest one get excited about using the Derby (embedded) option when creating a new connection in that window, that means an embedded derby database embedded in CFBuilder, not one embedded in CF itself. There is the "derby (network)" option, but that will work only if you've set up the network server feature of Derby. For more on those things, see a talk I did on the topic at http://www.carehart.org/presentations/#derby).
    Anyway, I've not yet explored the other two alternatives above. Has anyone else?
    (PS if any of you get the forum feed by email, sorry if what you saw got truncated above. I just learned that if you inadvertantly do "Ctrl-S" while typing in these forums (on the web interface), it automatically saves and POSTs the message. Yikes.)

  • Can I turn off Autofit for tables in Query Builder?

    Using SQL Developer 3.2.20 and tabbing between the Query Builder and Worksheet always Autofits the height of the tables. Since the tables I'm using are in Enterprise Business Suite they have hundreds of rows making the graphical reprentation almost useless without resizing the table objects.
    Is there any way to turn off this "feature"?
    I am a new user of Query Developer and am using version 3.2.20.09.
    I copied in a sql statement, clicked the query builder tab, visualized my sql statements and resized all the objects so they were viewable. Then when I click on the Worksheet tab and then click on the Query builder tab again all my objects are autofit to the height of the table and it takes about 15 minutes to size them again so I can see all the joins in the gui display - which is the point of the graphical interface.
    Edited by: 969018 on Nov 1, 2012 2:13 PM

    Thank you for confirming what I suspected.
    If there was a workaround that allowed under the View menu to resize all objects to fit the current window, that would be an acceptable choice. It would seem if the box can be drawn to the maximum size that shows all the columns in the table, then maybe an easy override would be draw the table showing only one column??
    Do you work on the development team for SQL Developer?
    Another idea would be to be able to zoom out so the resizing of objects would be easier.
    Unfortunately your good suggestion of starting with Query Builder and finishing up requires more skill than I posses when working with many tables. I find it necessary to go back to the visual representation to understand all of my joins when I get many tables and then have a problem with my query. If only I could write it correct the first time.

  • Visual database model/query builder

    Hi:
    I am a novice MS SQL 2000 database developer and need a
    completely visual (graphical) model and query builder software.
    Do you know one that helps me make a complicated database
    which is designed on papaer ASAP and lets me transfer it to my MS
    SQL 2000 SERVER ? The price doesn't matter and the only thing that
    matters is the good performance and USER FRIENDLY and easy to use
    of the software.
    I will be very graceful if you help me solve this urgent
    problem.
    THANKS
    Bengin

    Hi:
    Thanks for the fast reply.
    I vistied the links and read some reviews about Visio. All
    looked great.
    About how easy I need, I want as easy as possible. You know I
    need some software that even helps me optimize my paper based plan.
    I have surely some errors and some problems in my drafts. Plus I
    need something that asks me (with wizards or some drag_and_drop
    tools) what I need and makes it for me. For example making some
    One_One/One_many/Many_many Relations and some DB Rules and
    something like that for tables and records. Please tell me if you
    know any software that covers the above needs.
    Thanks again
    Benign

  • WebBased SQL query builder

    Hello,
    I was wondering if there were any good sql query builders that I can add to my
    application. I found a jquery plugin called "Sqlquerybuilder" (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's
    almost what I need but the saved queries will break if the schema changes since
    all of the table columns are stored as integers for point in an array.
    Thanks,
    tom

    We are in the process of development of Web-based SQL query builder based on jQuery, you may see it's live demo at http://aspquerybuilder.net/
    Initially developed for ASP.NET, it can be easily ported to JSF and ColdFusion in the near future as we already have server-side Java version.

  • What's a good wysiwyg menu widget for Dreamweaver CS6 Mac?

    I'm trying to build menus in Dreamweaver CS6 Mac, and started using Spry...then learned that Adobe will no loner be supporting Spry and that it may not be as compatible with browsers in the future. 
    What's a good alternative wysiwyg menu widget for Dreamweaver that's makes it easy to create horizontal/vertical pop-down menus/sub menus? I'd be willing to pay for it if it's worth it.   Would be nice if it worked within Dreamweaver using Design/Spit modes the way Spry does, but not essential.  Thanks!

    Project Seven are widely regarded for their commercial DW menu extensions.
    PMM3 is one of the best I've seen
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    I have no affiliation with Project Seven other than as a happy customer.
    There are other menu systems out there too but I've never used them.

  • What are the best specs when building a PC for video & where to buy in US?

    Our current video machine has died - a problem we have constantly battled over the years with our video machines, primarily from the heat generated in the system. These have been spacious, well spec'd out desktops, so while I'm budget concious I thought I'd reach out for advice before going ahead. The biggest problems occur when  rendering video, esp. larger files.
    Also, I'm visiting the US for a few weeks, so that opens up some new possibilities (it's common to see much better pricing for systems in Canada than the US.)
    So my questions are two-fold.
    1) What would you recommend for buying a PC video machine today, while still on a budget? I would normally look for a higher end i7 processor, 16 Gb DDR3 ram, dedicated video card, ASUS motherboard with raid 0/5 and a couple of decent sized harddrives (not striped... had terrible experiences with my striped drives in the past). In particular, what would you recommend on the video card front for the best value/performance while not creating issues with heat (this is where I've had problems with a number of machines in the past)? In terms of harddrive management, are there some better options now for handling real time editing and rendering? (I would like to connect the 2 harddrives from the machine that has failed to the new machine.)
    2) I'm in Ft. Myers, FL for the next couple of weeks... what are some good options for either having a machine built or getting the parts to build myself? (I don't need an OS, but will install Win 7 Pro myself.) Normally I'd look to TigerDirect or CanadaComputers for a new system.
    My main use for the machine will be Premiere/After Effects, with some Photoshop/Illustrator.
    Any other advice/input on how to optimize the machine so that I don't have HDD issues and other isssues from overheating would be appreciated. Please keep in mind, I'm on a budget (which means I'd ideally like to spend between $800-$1300). :-)
    Thanks!
    Julie

    Build a Desktop Video Editing PC
    -3 price level ideas in http://www.pacifier.com/~jtsmith/ADOBE.HTM
    -what PC to build http://forums.adobe.com/thread/947698
    -2 how to build videos http://forums.adobe.com/thread/1104182
    -another video http://forums.adobe.com/thread/1145366
    -planning & Building http://ppbm7.com/index.php/intro-part-1
    -memory for LGA2011 http://forums.adobe.com/thread/1098759
    -an Adobe FAQ http://forums.adobe.com/thread/878520
    -http://www.shawnlam.ca/2012/premiere-pro-cs6-video-editing-computer-build/
    -http://www.videoguys.com/Guide/E/Videoguys+DIY9+Its+Time+for+Sandy+Bridge+E/0xe9b142f408a2 b03ab88144a434e88de7.aspx
    -several more links http://forums.adobe.com/thread/815798
    -build tuning http://ppbm7.com/index.php/final-results

  • What's a good file recovery program for a MacBook Pro running IS 10.7.5?

    Hey gang - I ordered a miniStack 4TB external hard drive from OWC a few months ago during a long overseas trip. I finally unwrapped it and started dumping data to the drive from the 1TB drives (also from OWC) I used via my MacBook Pro. I connected the 4TB to the laptop with FW800.
    I came back from the gym (gone about two hours) and saw a "the drive wasn't disconnected properly..." window. There was a clicking noise coming from the drive, which means mechanical failure.
    I went into Disk Utility and the drive is there but it's grayed out. I changed cables to USB 3.0. Unplugged the drive. Shut down the laptop. Then went through the start up and nadda.
    So before I run off a disk repair place in town and spend $1000, what's a good hard drive recovery program to use to pull the data? I only dumped 1.5TBs until the 4TB and have other drives to dump that data too if I need to.
    Thanks.
    Cheers,
    Bill.

    General File Recovery
    If you stop using the drive it's possible to recover deleted files that have not been overwritten by using recovery software such as Data Rescue II, File Salvage or TechTool Pro.  Each of the preceding come on bootable CDs to enable usage without risk of writing more data to the hard drive.  Two free alternatives are Disk Drill and TestDisk.  Look for them and demos at MacUpdate or CNET Downloads. Recovery software usually provide trial versions that enable you to determine if the software would help before actually paying for it. Beyond this or if the drive has completely failed, then you would need to send the drive to a recovery service, such as Data Recovery by DriveSavers, which is very expensive.
    The longer the hard drive remains in use and data are written to it, the greater the risk your deleted files will be overwritten.
    Also visit The XLab FAQs and read the FAQ on Data Recovery.

  • Query Builder in Oracle 9i

    We use the tool Query Builder in our Oracle BD version 8.0.5.1. We have a development version of Oracle 9i and I don't see anything like Query Builder. What product is replacing Query Builer in Oracle 9i ??
    THANKS

    Version 1.5.1 Build MAIN-5440 for Mac OS X
    Update: It is actually selecting the columns. If I click a column and look in the Show SQL and View Results it's there but it's just not displaying it on the select columns screen.
    This must be a bug?

  • 2 Bugs - Apex 4 - Websheets & Query Builder

    Hello,
    Just to make someone from the Apex Dev team aware if they aren't already.
    I've come across what i think is a bug in Websheets where if you create a data grid or interactive report and then save a Named Copy of the report (so that the select list appears at the top of the report/grid with the saved report names). When you then click on any of the drop down menus like Actions, Manage, or any of the drop down tabs at the top of the page (Page, Data, Annotations, Administration) the background of the menu goes transparent making it really difficult to read the options in the menu if there is some text behind it.
    If you then delete the saved report so that you just have the one version, and refresh the page the problem dissapears. I've only found this issue when using Internet Explorer 8 (not sure about earlier versions), as far as I am aware this doesn't happen in Firefox or Chrome.
    Also if you log into Apex using Google Chrome and go to the Query Builder under SQL Workshop. If you click and add a table with quite a few columns (10 or more) the scroll bar is missing down the right hand side which means there is no way to select/view all of the columns in that table.
    Thanks.

    Better make that 3 bugs.
    Create a data grid from spreadsheet data. There must be a very small limit on the data you can actually upload using this thing, I just tried to upload 50 rows of data containing 12 columns (not exactly a massive amount). The data is a fictional list of employees, I have pasted the tab delimited data below.
    It fails, but rather than giving an error message like "Too Much Data" it just clears out the text area and says "Data Must Be Provided". Also it doesn't seem to say anywhere what the limit on pasted data is.
    I'd really appreciate it if somebody could respond to this ticket to let me know that these issues have been acknowledged.
    Thanks.
    Data:
    FIRST_NAME     LAST_NAME     ADDRESS_LINE_1     ADDRESS_LINE_2     TOWN_CITY     COUNTY     POSTCODE     PHONE_NUMBER1     PHONE_NUMBER2     EMAIL     DEPARTMENT     JOB_TITLE
    Simon     O'Donnell     387 Long Island City Drive          Tempe     AZ     21621     54550634696     53657655919     [email protected]     Accounting     Accountant
    Stanley     McKean     7 Palminteri Street          Cape town     CA     34854     34283228110     90968854129     [email protected]     Accounting     Accountant
    Ronny     Baldwin     33rd Street          Ringwood     NJ     14229     54153114191     19892904897     [email protected]     Accounting     Accountant
    Chanté     Graham     77 Neuwirth Street          Clark     NJ     17644     44238155651     42555297017     [email protected]     Accounting     Accountant
    Owen     Koyana     118 Clive Drive          Ittigen     OH     20453     79979711628     94321262787     [email protected]     Accounting     Accountant
    Suzi     Chan     45 Sydney Road          Freising     CA     20004     24306244670     15892017656     [email protected]     Human Resources     Administrator
    Ashton     Whitaker     23 O'Connor Drive          Saint Paul     MN     17649     33383575194     40490409444     [email protected]     Human Resources     Administrator
    Neneh     Minogue     52nd Street          Chambery     NJ     29477     54967529479     36274191772     [email protected]     Human Resources     Administrator
    Angelina     Ojeda     70 Jane Drive     Suite 300     Ben-Gurion     AZ     7837     24681394213     21589555777     [email protected]     Human Resources     Administrator
    Emilio     Minogue     22 Bush Blvd          Bern     OH     33137     64612176871     73714964758     [email protected]     Human Resources     Administrator
    Roberta     Sarsgaard     87 Walken Road          Mt. Laurel     NJ     25063     7121830568     54570046512     [email protected]     Human Resources     Administrator
    Marc     Lunch     65 Al Drive          Almaty     NJ     5151     96908142426     26541291842     [email protected]     Human Resources     Administrator
    Parker     Warburton     11st Street          Koeln     AZ     24210     52725935422     68454292728     [email protected]     Human Resources     Administrator
    Geoffrey     Eastwood     868 Buffy Street          Kristiansand     AZ     34152     61772127668     41794991280     [email protected]     Human Resources     Administrator
    Jerry     Logue     262 Tilda Road          London     KS     2A8 9C7     95746233530     52999457363     [email protected]     Human Resources     Administrator
    Louise     Schneider     11st Street     Suite 201     Gaithersburg     MD     34694     76872385544     42503448008     [email protected]     Human Resources     Administrator
    Omar     Thewlis     91st Street          Moscow     KS     26789     34185768802     27734141241     [email protected]     Human Resources     Administrator
    Dustin     Del Toro     11 Wilkinson Drive          La Plata     CA     11361     69771044666     48947772075     dustin.deltoro@gdatechnologies     Human Resources     Administrator
    Meg     Llewelyn     64 Timothy Drive          Québec     CA     4D0 9X7     83256270181     2691966515     [email protected]     Human Resources     Administrator
    Glen     Willard     27 Marie Street          Spresiano     OH     8729     29232670035     49180707659     [email protected]     Human Resources     Administrator
    Illeana     O'Sullivan     35 Ruiz Road          Manchester     NJ     5Z8 2R3     47699176357     26298603036     illeana.osullivan@trekequipmen     Sales     Telesales
    Mint     O'Donnell     68 Cook Street          Framingham     MA     25741     9385886977     40068593037     [email protected]     Sales     Telesales
    Ernie     Charles     47 Suchet Ave          Lehi     UT     11640     12315092268     41921491553     [email protected]     Sales     Telesales
    Tramaine     Perez     775 Curry     Suite 200     Beaverton     OR     10052     24152547387     90360041459     [email protected]     Sales     Telesales
    Bernard     Mahoney     52nd Street          Ludbreg     AZ     21930     65063421715     47887052203     [email protected]     Sales     Telesales
    Todd     Stuermer     40 Wagner Ave          Wichita     KS     26462     12471889987     58730543507     todd.stuermer@quakercitybancor     Sales     Telesales
    Millie     Amos     553 Hatfield Street          Sao paulo     MA     5981     68256282709     14178281728     [email protected]     Sales     Telesales
    Franz     Akins     3 Gryner Drive          Livermore     CA     26213     81335649303     16862350942     [email protected]     Sales     Telesales
    Yaphet     Bonham     72nd Street     Suite 101     Anyang-si     MA     6327     43485048831     37956286527     [email protected]     Sales     Telesales
    Howie     Flanagan     49 Imperioli Street          Sihung-si     NJ     1809     43066563105     63396837113     [email protected]     Sales     Telesales
    Steven     Balk     861 Assante Ave          Ulsteinvik     CA     3526     18463427833     99316238432     [email protected]     Sales     Telesales
    Alicia     Harrison     84 Jakarta Drive          Akron     OH     3733     18721340083     57094073560     [email protected]     Sales     Telesales
    Whoopi     Parish     26 Warden Street          Mendoza     NJ     14844     85721542820     48311086266     [email protected]     Sales     Telesales
    Owen     English     14 Douala Drive          Clark     NJ     11094     2283985082     34817135523     [email protected]     Sales     Telesales
    Chubby     Yulin     84 Gerald Drive          Columbia     MD     11757     32561417707     89267451034     [email protected]     Sales     Telesales
    Glenn     Pitney     3 Voight          Di Savigliano     MD     34263     83395577226     43370989196     glenn.pitney@quicksilverresour     Development     Develoeper
    Mika     Paymer     89 Flanagan Drive          St. Louis     MO     15086     35622263548     54260584499     [email protected]     Development     Develoeper
    Murray     McGovern     89 Donald Ave          Immenstaad     MD     17322     73254698420     47330422851     [email protected]     Development     Develoeper
    Ernie     Redford     34 Ehningen     Suite 200     Solikamsk     OH     39976     86055059780     48924782157     [email protected]     Development     Develoeper
    Avril     DeVita     55 Karlsruhe Road          Meerbusch     OH     1951     51850605994     1153570187     avril.devita@usdairyproducers.     Development     Develoeper
    Thelma     Rush     4 Andre Road     Suite 100     Dietikon     MO     27313     67647167317     29429631371     [email protected]     Development     Develoeper
    Thin     Nicholson     88 Slater Ave          Nancy     AZ     7872     9887481644     320600125     [email protected]     Development     Develoeper
    Roy     Crimson     82 Jacksonville Road          Dublin     KS     36575     85597843215     71835543117     [email protected]     Development     Develoeper
    Murray     Stanley     86 Aracruz Street          Ciudad del Este     MO     9581     73783495943     52407792648     [email protected]     Development     Develoeper
    Meryl     Zellweger     58 Charles Street     Suite 201     San Dimas     CA     13921     87581534618     51562540607     meryl.zellweger@millersystems.     Development     Develoeper
    Jake     Buffalo     60 Cox Drive          San Dimas     CA     27076     22095103035     73337559023     [email protected]     Development     Develoeper
    Drew     Sharp     23 Masur Road          Milton Keynes     MO     6B7 4J3     98371242672     96437093331     [email protected]     Development     Develoeper
    Vonda     Reno     74 Bo Road          Reykjavik     NJ     21777     55961683544     30874610356     [email protected]     Development     Develoeper
    Ashton     Knight     6 Flack Road          Storrington     CA     7A5 0O0     96863906342     52454871460     [email protected]     Development     Develoeper
    Hookah     Madonna     44 Dabney Drive          Traralgon     AZ     2958     65935470447     48936698434     [email protected]     Development     Develoeper

  • Parsing Error when using query builder

    I have a query with a subquery in the WHERE statement witn multiple fields listed in the select statement.
    For example, the subquery starts with "AND (center, jobid) IN SELECT center, jobid FROM ........
    The query runs fine and gives me the correct data
    However when I click on the Query builder option, I receive the following error
    "Text is not a valid, single SELECT statement.
    Parsing error:
    Failed to parse SQL query.
    Invalid Select Statement.
    Unexpected token "from" at line13, pos 1.
    Query Builder Disabled
    I believe this to be a problem with the query builder, Am I correct?

    Query Builder is a visual environment targeted at novice/intermediate users. Some advanced and/or hard to visualize language features are not supported. The improved error messaging coming in 3.1 would indicate this is 'unsupported' rather than 'not a valid, single SELECT statement.' For example, (using scott/tiger):
    Text contains unsupported syntax.
    Parsing error:
    Failed to parse SQL query.
    Invalid SELECT statement.
    Unexpected token "," at line 4, pos 16.
    Query Builder disabled.
    select distinct d.dname
    from dept d, emp e
    where d.deptno = e.deptno
      and (e.deptno, e.job) in
    (select x.deptno, x.job
    from emp x
    where x.deptno > 10
       and x.job NOT IN ('MANAGER', 'PRESIDENT')
    I don't know what your real query is, but refactoring to use join on derived table or table expression (or, as Gary said, separate IN clauses) rather than '(a, b) IN' will allow Query Builder to display it.
    derived table: select distinct d.dname
    from dept d, emp e,
    (select x.deptno, x.job
    from emp x
    where x.deptno > 10
       and x.job NOT IN ('MANAGER', 'PRESIDENT')
    ) filter
    where d.deptno = e.deptno
      and e.deptno = filter.deptno
      and e.job = filter.job
    table expression: with filter as (select x.deptno, x.job
    from emp x
    where x.deptno > 10
       and x.job NOT IN ('MANAGER', 'PRESIDENT')
    select distinct d.dname
    from dept d, emp e, filter
    where d.deptno = e.deptno
      and e.deptno = filter.deptno
      and e.job = filter.jobBrian Jeffries
    SQL Developer Team

Maybe you are looking for

  • Adobe Acrobat 8.0 Pro error

    Hello. I have a persisting problem with Acrobat 8.0 professional with the only user of a single licence in our company. Since we needed to change our hardware I've deactivated it on the old computer with no problem and installed it on a new one (OS i

  • Translation of heading in Excel file.

    Hi frnd, My requirment is to send a report in excel format to the customer in customer language. The headings of each coulmns are translated to customer language format. I defined the column heading in Text symbols. Goto>text elements->text symbols.

  • How do i get the music on my ipod to my new computer

    I have an old ipod with over 600 songs on it that I want to get into my itunes library.  I bought a new computer but only 252 of the songs show up in my itunes library on the computer but all of them show up when I plug my ipod in.  How can I get all

  • How to convert all white - alpha for vector image?

    I'm attempting to make a new font. Currently I've been saving all the png -> vector images that I work with as .AI files, so that I can import them into my font program later, and they open fine in illustrator. The problem is, I usually save my vecto

  • Downloading Saledocument &Material "error"?

    Hi,   I'm new to middleware,we r trying to download saledocument&Material,i am using Tcode to downlaod for material is R3AS,for this material filters have with MARA table,it takeing time to run 24 hours+till its running,i checked in R3AM1 in this it