Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Weird and The Wonderful
  4. From where to, I dunno

From where to, I dunno

Scheduled Pinned Locked Moved The Weird and The Wonderful
databasecomquestion
13 Posts 10 Posters 72 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Brady Kelly

    Who the hell names database fields 'from' and 'to'? Need I say more? :mad:

    An Apple for Eve, A button for Steve, It never ends. . . bramster on Worse Than Failure My new blog.

    F Offline
    F Offline
    Fatbuddha 1
    wrote on last edited by
    #2

    This can be a lot of fun if you have to work with that :) Cheers

    You have the thought that modern physics just relay on assumptions, that somehow depends on a smile of a cat, which isn’t there.( Albert Einstein)

    1 Reply Last reply
    0
    • B Brady Kelly

      Who the hell names database fields 'from' and 'to'? Need I say more? :mad:

      An Apple for Eve, A button for Steve, It never ends. . . bramster on Worse Than Failure My new blog.

      A Offline
      A Offline
      Andy Brummer
      wrote on last edited by
      #3

      SELECT [SELECT], [FROM], [TO], [WHERE], [ORDER] FROM [WHERE] WHERE [WHERE]='GROUP BY OR HAVING'


      This blanket smells like ham

      B P 2 Replies Last reply
      0
      • A Andy Brummer

        SELECT [SELECT], [FROM], [TO], [WHERE], [ORDER] FROM [WHERE] WHERE [WHERE]='GROUP BY OR HAVING'


        This blanket smells like ham

        B Offline
        B Offline
        Brady Kelly
        wrote on last edited by
        #4

        :laugh: This same schema just caught me again, as I have a policy of naming all my DAL parameters the exactly the same as the column names, which works Ok until a column that is called IsNew in a view is actually called 'new' in the table.

        1 Reply Last reply
        0
        • B Brady Kelly

          Who the hell names database fields 'from' and 'to'? Need I say more? :mad:

          An Apple for Eve, A button for Steve, It never ends. . . bramster on Worse Than Failure My new blog.

          C Offline
          C Offline
          Chris Meech
          wrote on last edited by
          #5

          Database designers who don't have to write any SQL. :)

          Chris Meech I am Canadian. [heard in a local bar] Donate to help Conquer Cancer[^]

          B 1 Reply Last reply
          0
          • C Chris Meech

            Database designers who don't have to write any SQL. :)

            Chris Meech I am Canadian. [heard in a local bar] Donate to help Conquer Cancer[^]

            B Offline
            B Offline
            Brady Kelly
            wrote on last edited by
            #6

            I also deal with gems like Tax%. Hey, 'like Tax%'...

            1 Reply Last reply
            0
            • B Brady Kelly

              Who the hell names database fields 'from' and 'to'? Need I say more? :mad:

              An Apple for Eve, A button for Steve, It never ends. . . bramster on Worse Than Failure My new blog.

              P Offline
              P Offline
              PIEBALDconsult
              wrote on last edited by
              #7

              I myself just created a table named Group. I also have a table named Parameter. And a field named When. But (so far) only I need to deal with them.

              _ L 2 Replies Last reply
              0
              • P PIEBALDconsult

                I myself just created a table named Group. I also have a table named Parameter. And a field named When. But (so far) only I need to deal with them.

                _ Offline
                _ Offline
                _Damian S_
                wrote on last edited by
                #8

                PIEBALDconsult wrote:

                But (so far) only I need to deal with them.

                So you still have the chance to fix this foolishness before it gets into the real world... ;-P

                ------------------------------------------- Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Just bugger off and leave me alone!!

                1 Reply Last reply
                0
                • P PIEBALDconsult

                  I myself just created a table named Group. I also have a table named Parameter. And a field named When. But (so far) only I need to deal with them.

                  L Offline
                  L Offline
                  Luc Pattyn
                  wrote on last edited by
                  #9

                  PIEBALDconsult wrote:

                  And a field named When

                  And a field named "Poof"? :)

                  Luc Pattyn [Forum Guidelines] [My Articles]


                  this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google


                  D P 2 Replies Last reply
                  0
                  • A Andy Brummer

                    SELECT [SELECT], [FROM], [TO], [WHERE], [ORDER] FROM [WHERE] WHERE [WHERE]='GROUP BY OR HAVING'


                    This blanket smells like ham

                    P Offline
                    P Offline
                    Phil J Pearson
                    wrote on last edited by
                    #10

                    That reminds me of some fun I used to have (aeons ago) in Coral-66:

                    'FOR' FOR = 0 'TO' TO 'STEP' STEP 'UNTIL' UNTIL
                    'BEGIN'
                    BEGIN;
                    END;
                    'END'

                    something like that anyway - I can't remember the exact syntax

                    Phil


                    The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.

                    1 Reply Last reply
                    0
                    • L Luc Pattyn

                      PIEBALDconsult wrote:

                      And a field named When

                      And a field named "Poof"? :)

                      Luc Pattyn [Forum Guidelines] [My Articles]


                      this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google


                      D Offline
                      D Offline
                      dwilliss
                      wrote on last edited by
                      #11

                      I once had to deal with a database that had dashes in the field names. That was the first time we ever had to lookup how to quote identifiers and were horrified to find that there was no standard. What worked on one system just made it a quoted string on another. :wtf: Meddle not in the affairs of dragons, for you are crunchy and taste good with catchup.

                      1 Reply Last reply
                      0
                      • B Brady Kelly

                        Who the hell names database fields 'from' and 'to'? Need I say more? :mad:

                        An Apple for Eve, A button for Steve, It never ends. . . bramster on Worse Than Failure My new blog.

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #12

                        Any advances on SET, DATE, YEAR and CLASS?

                        1 Reply Last reply
                        0
                        • L Luc Pattyn

                          PIEBALDconsult wrote:

                          And a field named When

                          And a field named "Poof"? :)

                          Luc Pattyn [Forum Guidelines] [My Articles]


                          this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google


                          P Offline
                          P Offline
                          PIEBALDconsult
                          wrote on last edited by
                          #13

                          Not yet, waiting to hear back from the manufacturer.

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups