Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Scenario:

Assume a table called 'tvshow' with the following data:
### begin_: tvshow table type ;; title ;; fname ;; lname sitcom ;; simpsons ;; homer ;; simpson sitcom ;; simpsons ;; ned ;; flanders sitcom ;; flintstones ;; fred ;; flintstone sitcom ;; flintstones ;; wilma ;; flintstone sitcom ;; flintstones ;; barney ;; rubble gameshow ;; price is right ;; bob ;; barker gameshow ;; jeopardy ;; alex ;; trebek

Question:

Does there exist anything that will allow that data to be queried in a manner such as (or substantially similar to):
### begin_: query pseudo-code TREE_SELECT type,title,fname,lname FROM tvshow WITH_LEVEL (1,'type' ) WITH_LEVEL (2,'title' ) WITH_LEVEL (3,'lname','fname' ) WHERE type = 'gameshow'
... producing the result ...
gameshow price is right barker,bob jeopardy trebek,alex

Caveats:

Assume the only important question is whether such a query syntax exists as either a published spec or (even better) runnable code somewhere.

It is nice to have a perl-based solution that returns the results in structured (e.g., XML, perl data structure, YAML) format, but for now, mere confirmation of whether this exists somewhere (and if so, how is it implemented and what is it called) would be enough. The purpose is due-dilligence before re-inventing this particular wheel, assuming it *is* a wheel.

=oQDlNWYsBHI5JXZ2VGIulGIlJXYgQkUPxEIlhGdgY2bgMXZ5VGIlhGV

In reply to tree-oriented query against table-oriented data by dimar

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-20 03:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found