MySQL Database Tutorial - 16 - Creating Custom Columns

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024

Комментарии • 85

  • @bombeycat
    @bombeycat 9 лет назад +15

    You are the best!!! For some reason, when I watch your videos...I can remember everything. When I watch someone's else tutorial...I fall asleep with the headache. :)))

  • @lingjingliu5762
    @lingjingliu5762 7 лет назад +3

    My colleague shared this link with me. I listened to 1-16 so far. I have to admit this is the best tutorial I've ever known. Thank you for sharing your knowledge. Love it! Looking forward to more videos:)

  • @MrSuraj295
    @MrSuraj295 7 лет назад +3

    Lucky for you...you are watching my tutorials....love this statement..

  • @moneyhoney8598
    @moneyhoney8598 7 лет назад

    Bucky... listening to you is a totally different pleasure.

  • @salmananjum-thestoryteller1515
    @salmananjum-thestoryteller1515 7 лет назад +1

    Used diaper from my sister :D Rofl
    Bucky!! you're the man !!
    Its been years since your tutorials are out but still there is no quality alternative to them!

  • @Nethertar
    @Nethertar 8 лет назад +3

    important note for everyone: You can do this too!:
    SELECT name, cost, (cost/2)*1.2 AS sale_price FROM items

  • @neerajmahapatra5239
    @neerajmahapatra5239 6 лет назад

    You are my teacher BUCKY.... you make shorter videos and in interesting way ....that's the beauty of you !!

  • @Carl-bw4qv
    @Carl-bw4qv 6 лет назад +10

    Anybody watching this in 2018? Well I do XD

  • @anabelvaldes5822
    @anabelvaldes5822 7 лет назад +2

    you are the best, love the way you talk!!!

  • @MVSoler
    @MVSoler 11 лет назад

    Thanks Bucky, your videos are awesome. Greetings from Catalonia!

  • @StanleyZen
    @StanleyZen 8 лет назад +1

    Thanks for the awesome tutorials!

  • @abdul3rauf
    @abdul3rauf 9 лет назад

    For multiples columns..
    SELECT name, cost AS current_price,cost-1 AS sale_price FROM ITEMS

  • @evhwolfgang2003
    @evhwolfgang2003 12 лет назад

    AS can also go on the end, eg: SELECT something FROM table AS whatever

  • @6cmc9
    @6cmc9 12 лет назад

    for all the sqlplus users that are following along but using the correct syntax for sqlplus.. this is the correct syntax for CONCAT the city and state with the comma
    SQL> select city || ',' || state from customers order by state;

  • @NickJski
    @NickJski 12 лет назад

    great videos bucky however anyone else hear a high pitched monotone in the background of the vid ?

  • @dommanedounia164
    @dommanedounia164 4 года назад

    THANK YOU ARE A LIFESAVER !

  • @khalidQweder
    @khalidQweder 9 лет назад +1

    Excellent.

  • @BakitKevin
    @BakitKevin 7 лет назад

    you the man

  • @bhash1746
    @bhash1746 10 лет назад

    thnx a lot man i've learnd a lot

  • @arundas6746
    @arundas6746 5 лет назад +4

    Anyone in 2019

  • @ajay000003
    @ajay000003 7 лет назад +2

    YOU CAN RENAME WITHOUT USING AS IN 2017 VERSION:
    SELECT CONCAT(city, ', ', state ) new_address FROM customers

  • @romin4u
    @romin4u 12 лет назад

    Hi, FIrst of all thank you very much for your informative tutorials i am following your tutorials.
    I have a question. how can i concat 2 columns from 2 different tables without any relation between them???
    Thanks in Advance.

  • @TingLvTony
    @TingLvTony 11 лет назад

    Thanks for helping us

  • @33t00p
    @33t00p 10 лет назад +1

    ))) stidy )))
    Dude, you're a tongue breaker )))

  • @dupre7416
    @dupre7416 12 лет назад

    The "AS" is optional, FYI.

  • @newsomejoseph
    @newsomejoseph 11 лет назад

    Thanks Bucky You're the sheezy

  • @kouIShereNOfear
    @kouIShereNOfear 8 лет назад

    Bucky, as of 21st March, 16 it doesn't really give weird calculations results.

  • @pikmin4000
    @pikmin4000 11 лет назад

    I feel a lil bad ruining the '123' likes, but this video is just that good

  • @webdesignpr
    @webdesignpr 12 лет назад

    Did he just said asstitties?! - Great Concatenation example! -Anybody wants to add something to that? "SELECT SELECT" LOL

  • @bezant1971
    @bezant1971 11 лет назад

    Thanks Bucky

  • @lkfclive
    @lkfclive 12 лет назад

    Thanks bucky!!

  • @Sintaxx2
    @Sintaxx2 11 лет назад

    Some people use their smartphones to watch youtube videos. The youtube client for smartphones (at least for android) does not support replying ...

  • @cherajanesumampong809
    @cherajanesumampong809 7 лет назад

    Error said:
    #1054 - Unknown column 'description' in 'field list'
    Why ? :(

  • @malangvirus
    @malangvirus 12 лет назад

    Why dont you make some C# tutorials? i think you can make the best tutorials than we have on you tube.

  • @ChrisPTY507
    @ChrisPTY507 11 лет назад

    No dislikes? Awesome. ^^

  • @DarkWhisperer13
    @DarkWhisperer13 8 лет назад

    I love your tutorial and excellent, I may say... I will be better for to learn more from you. if you can provide the database sample that we can type the script at the same time with you. Don't you think it's much better?

    • @Wadhwakaran96
      @Wadhwakaran96 8 лет назад

      +Johnny Phan its already there on his forum. he talked about it in his initial tutorials. check the 2nd or 3rd video in this playlist.

  • @completemental
    @completemental 12 лет назад

    STITY ADAM!!!

  • @japjap6406
    @japjap6406 8 лет назад

    Question! Can I just echo that result?

  • @herp_derpingson
    @herp_derpingson 12 лет назад

    Oh, I'm sorry, sir. I'm anaspeptic, phrasmotic, even compunctious to have
    caused you such pericombobulation.

  • @resitk7272
    @resitk7272 6 лет назад

    anyone can help sale_price and new_adress didn't saved on table ?

  • @nipunimalsara1551
    @nipunimalsara1551 12 лет назад

    thank u

  • @RangaTurk
    @RangaTurk 12 лет назад

    Concatenate, not an easy word to remember :-)

  • @manojbabu999
    @manojbabu999 9 лет назад

    I am not able run this command CONCAT in w3 schools

  • @rw7799
    @rw7799 7 лет назад

    love the boss scenario...i find it hard to follow tutorials with no real world explanation of why the heck u need to know it.

  • @EvilKanoa
    @EvilKanoa 11 лет назад

    Yep, it was freaking annoying, but the vid was still great :D

  • @evgenikuzmov1606
    @evgenikuzmov1606 7 лет назад

    2:16 rod text?

    • @MrSaifzaidi
      @MrSaifzaidi 7 лет назад

      Raw* Text

    • @MrSaifzaidi
      @MrSaifzaidi 7 лет назад

      It means he want to include something that isn't part of orignal data

  • @ChrisPTY507
    @ChrisPTY507 11 лет назад

    4:25 "That...ASS!"

  • @RangaTurk
    @RangaTurk 12 лет назад

    I get your drift. Maybe not that hard after all :-)

  • @Fluxuator22
    @Fluxuator22 12 лет назад

    It's prolly his PS on the computer

  • @ombeniorgenes7893
    @ombeniorgenes7893 8 лет назад

    cant run the CONCAT command, help needed please @thenewboston

    • @hyped2476
      @hyped2476 7 лет назад

      Same here!

    • @imlblck01
      @imlblck01 7 лет назад +1

      If you're using Oracle like I'am, Try this:
      SELECT CONCAT(CONCAT(city,', '),state) AS Moram FROM customers;
      Worked with me..

  • @JonBruce-BlueDev
    @JonBruce-BlueDev 7 лет назад

    SELECT CONCAT(address, '
    ', city, ', ', state, ' ', zip) from customers ORDER BY state
    Gives the full address. :)

  • @pikmin4000
    @pikmin4000 11 лет назад

    You found the reply button!

  • @Vjoy12
    @Vjoy12 11 лет назад

    thanks #bucky :*

  • @Electrischeme
    @Electrischeme 8 лет назад +2

    Man, you are the shit.

  • @herp_derpingson
    @herp_derpingson 12 лет назад

    Get a reply button. O_o

  • @haavardhnable
    @haavardhnable 10 лет назад

    Roman Rozhok Computers cant do anything.. if u dont tell/learn them to xD

  • @ueipppp
    @ueipppp 11 лет назад

    What is your Facebook name??

  • @ajay000003
    @ajay000003 7 лет назад

    4:25

  • @TomiFuentes
    @TomiFuentes 8 лет назад

    you said ASS xd

  • @pikmin4000
    @pikmin4000 11 лет назад

    lol ok

  • @TheDansFans
    @TheDansFans 12 лет назад

    @MrBlack04004

  • @silviuchitic162
    @silviuchitic162 12 лет назад

    go watch some TV XD no tnx
    This is easy compared to C++ or others :P And I was thinking it was gonna be a pain in the ass

  • @Sintaxx2
    @Sintaxx2 12 лет назад

    You seriously replying to a 7 months old comment? I don't even remember why I made that comment ...

  • @x9spaceman
    @x9spaceman 11 лет назад

    thanks bucky