#5 DML Commands in SQL | Insert, Update, Delete, Select | sql tutorial for beginners in tamil

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 259

  • @_Shree21
    @_Shree21 ปีที่แล้ว +213

    go to click EDIT , select PREFFERENCE , click SQL EDITOR , scroll down SAFE UPDATE BOX click to DISABLE, OK .... click to QUERY option RECONNECT TO SERVER. 1170 error problem solved .. thank u guys

    • @vhemanthvhemanthkumar8812
      @vhemanthvhemanthkumar8812 ปีที่แล้ว +5

      Thanks ❤

    • @vidhyap577
      @vidhyap577 ปีที่แล้ว +6

      Thank you...✨

    • @_Shree21
      @_Shree21 ปีที่แล้ว

      @@vhemanthvhemanthkumar8812 it's My Pleasure ✨😊

    • @_Shree21
      @_Shree21 ปีที่แล้ว

      @@vidhyap577 it's My Pleasure ✨😊

    • @SuryaPrakash-cw9wd
      @SuryaPrakash-cw9wd 11 หลายเดือนก่อน +1

      Thanks a Lot Bruhhhh

  • @suryaabhi8370
    @suryaabhi8370 ปีที่แล้ว +14

    Bro I am Surya from banglore. tomorrow I have dbms exam tq for putting this video

  • @vigneshwaransuriyamoorthy904
    @vigneshwaransuriyamoorthy904 ปีที่แล้ว +21

    13:02:35 update fruit set price=110 where name="apple" Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec

    • @D-SanthoshKumarR
      @D-SanthoshKumarR ปีที่แล้ว

      Have you solved this.??

    • @IndhujaT
      @IndhujaT ปีที่แล้ว +13

      SET SQL_SAFE_UPDATES = 0 ;

    • @gowthamselvaraj7793
      @gowthamselvaraj7793 ปีที่แล้ว

      I too got same error and Now, I am clear by seeing your comment bro, Thanks..

    • @ramyaramesh9828
      @ramyaramesh9828 ปีที่แล้ว +1

      could you explain this , what you have said@@IndhujaT

    • @kasthurim3186
      @kasthurim3186 ปีที่แล้ว

      Thank you for your answer☺☺. I also met with same error@@IndhujaT

  • @vigneshm5595
    @vigneshm5595 ปีที่แล้ว +8

    I am exciting waiting for this video sir🎉Tq so much

  • @nandhiniedu-wh6kf
    @nandhiniedu-wh6kf ปีที่แล้ว +20

    JavaScript video podunga romba useful ah irukum

  • @sathiyapriyan382
    @sathiyapriyan382 11 หลายเดือนก่อน +20

    i faced the problem now
    so i go to edit-> its disable the safe updates -> click ok
    then exit the workbench
    open the MYSQL workbench
    kindly below this command
    use db_name - execute its row affected
    now u update command
    update table_name set age=20 where name="john"
    its Updated,
    then show the tables
    select * from table_name

  • @vasanthraja3536
    @vasanthraja3536 11 หลายเดือนก่อน +26

    Update student set department="computer" where department="CSE"
    Command work agala bro

    • @vasurc1741
      @vasurc1741 9 หลายเดือนก่อน +6

      yanukku work agala bro,

    • @praising501
      @praising501 8 หลายเดือนก่อน

      @@vasurc1741 go to click EDIT , select PREFFERENCE , click SQL EDITOR , scroll down SAFE UPDATE BOX click to DISABLE, OK .... click to QUERY option RECONNECT TO SERVER. 1170 error problem solved .. thank u guys

    • @ARCHANAMOHANARANGAN
      @ARCHANAMOHANARANGAN 8 หลายเดือนก่อน +3

      yes

    • @gayathrismotivsandinfos816
      @gayathrismotivsandinfos816 8 หลายเดือนก่อน +2

      For me tooo

    • @arulvarman356
      @arulvarman356 5 หลายเดือนก่อน +10

      bro SQL_SAFE_UPDATES is enabled for you .Use the command 'SET SQL_SAFE_UPDATES = 0' and try updating again it will work.

  • @kokilavanibalakumar3021
    @kokilavanibalakumar3021 6 หลายเดือนก่อน +2

    Thanks for your great teaching bro.🎉🎉❤

  • @arunprabhu6399
    @arunprabhu6399 ปีที่แล้ว +5

    Bro I can't update or delete a value without using limit clause! Is that necessary to apply that limit clause always?

  • @R.mohamedmanasManas-xf9gz
    @R.mohamedmanasManas-xf9gz 7 หลายเดือนก่อน +1

    நன்றிகள் தலைவா!

  • @priyadharshinir7261
    @priyadharshinir7261 8 หลายเดือนก่อน

    Thank u so much broo ❤❤

  • @RohithRaj-t7k
    @RohithRaj-t7k ปีที่แล้ว +4

    Error 1175 . You are using safe update mode nu varudhu bro ena panradhu therila 9:58

    • @sifath021
      @sifath021 ปีที่แล้ว +2

      Use this query.
      set sql_safe_updates = 0;

    • @NithishRajkumar-w6m
      @NithishRajkumar-w6m หลายเดือนก่อน

      Delete panniru

  • @raj47dx57
    @raj47dx57 ปีที่แล้ว +2

    Sql video daily upload pannunga bro it’s my humble request 😊

    • @skvsaro2k878
      @skvsaro2k878 ปีที่แล้ว

      Yes sir including stored procedure also please 🙏🙏

  • @SAJIN_SKY
    @SAJIN_SKY 5 หลายเดือนก่อน +2

    Thank you 😊

  • @vlcuplevlogs
    @vlcuplevlogs ปีที่แล้ว

    First like naravya viedo podunga 🎉 we are understanding everything form your viedo

  • @MohammedImran-dn5vw
    @MohammedImran-dn5vw 7 หลายเดือนก่อน +5

    bro direct update is not working bro. but after implementing the SET SQL_SAFE_UPDATES =0; the particular value are updated , why not working direct update?

    • @SaranyaG-d6k
      @SaranyaG-d6k 4 หลายเดือนก่อน

      Thank you

  • @pradeep-2901
    @pradeep-2901 ปีที่แล้ว +3

    Bro value update panum bodhu you are using safe update mode nu error kaamikudhu bro please solution solunga 14:01

    • @sudha.j5383
      @sudha.j5383 ปีที่แล้ว

      same problem for me also

    • @kousalyagopal2903
      @kousalyagopal2903 ปีที่แล้ว

      I too have this problem 😢

    • @kousalyagopal2903
      @kousalyagopal2903 ปีที่แล้ว

      Solution:
      Set SQL_UPDATES=0; and run

    • @Deepak_7
      @Deepak_7 ปีที่แล้ว

      Same problem bro

    • @sudha.j5383
      @sudha.j5383 ปีที่แล้ว

      whether we have to write it as a code?if i write this as a code and run it is showing this error sis.@@kousalyagopal2903 Error Code: 1193. Unknown system variable 'SQL_UPDATES'

  • @YogaLakshmi-h8x
    @YogaLakshmi-h8x 2 หลายเดือนก่อน +1

    shall we use alter instead of update?

  • @elavarasants4304
    @elavarasants4304 ปีที่แล้ว

    Super bro
    Javascript video podunga bro helpfulla irukkum

  • @AM_I_SuperHeroO1
    @AM_I_SuperHeroO1 10 หลายเดือนก่อน

    Spr❤bro

  • @subhasbose4554
    @subhasbose4554 ปีที่แล้ว +1

    hey John i have these error what can do for that👇
    12:59:17 update student set Marks= 8 Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec

    • @Ghost-17206
      @Ghost-17206 ปีที่แล้ว

      Bro also for me this error occurs in exact line what can i do bro ?

    • @kuttisuriya3713
      @kuttisuriya3713 ปีที่แล้ว

      U need change in SQL work bench.. go edit➡️ preferences...➡️SQL editor,and scroll down and disable the "safe updates" and click ok and restart your workbench. Sure it will work ☺️

    • @Janani00222
      @Janani00222 ปีที่แล้ว

      ​@@kuttisuriya3713thank you

    • @nandhakumarnk2471
      @nandhakumarnk2471 ปีที่แล้ว

      @@kuttisuriya3713 its working bro
      tq

    • @Greytoasanic
      @Greytoasanic 9 หลายเดือนก่อน +1

      thankyou brother for the information..

  • @Amirthamizh
    @Amirthamizh 5 วันที่ผ่านมา

    0 5 22:48:26 update fruit set price=150 where name="apple" Error Code: 1046. No database selected
    Select the default DB to be used by double-clicking its name in the SCHEMAS list in the sidebar. 0.000 sec
    [Hi bro i got this error i also untick the safe update box but still i got this error so kindly help me out]

  • @rahulgandhif5879
    @rahulgandhif5879 5 หลายเดือนก่อน

    Thanks a lot brother :)

  • @hidha2649
    @hidha2649 ปีที่แล้ว +3

    Anna unga vidio pathu than python padichan Anna, I am from srilanka. So a.l padkkrn .neenga flow chart konjam clear panni thara eluma bro

  • @sanjaikumar867
    @sanjaikumar867 ปีที่แล้ว +4

    update student set age=27 where name="John"

  • @yuvarajmanikandan5446
    @yuvarajmanikandan5446 3 หลายเดือนก่อน +1

    plz explain i got this error: UPDATE STUDENT SET DEPARTMENT="CSE" where NAME="RAHUL" Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.
    To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec

  • @jjtuition
    @jjtuition 7 หลายเดือนก่อน

    Clear explanation

  • @art_gj_8830
    @art_gj_8830 ปีที่แล้ว +1

    bro while updating contents of table i faced one error while executing like "you ar using safe update mode " and source code implementing area displays that
    "department is not valid at this position,expecting EOF , ; , what can i do ?

    • @mkhvdo586
      @mkhvdo586 ปีที่แล้ว +1

      yes bro i also having same problem . explain bro

  • @Moni-itzme
    @Moni-itzme หลายเดือนก่อน +1

    Anna thank u so much❤tmrw i have my class 12 cs exam😅

    • @ErrorMakesClever
      @ErrorMakesClever  หลายเดือนก่อน +1

      All the best

    • @Moni-itzme
      @Moni-itzme หลายเดือนก่อน

      @ErrorMakesClever i done my exam very well bcoz of u bro tnk. U so much

  • @karnamorthy1233
    @karnamorthy1233 หลายเดือนก่อน

    Bro enaku varchar taa Venum naa epdi in the tables.... We can't use same letters rights in the column

  • @yuvarajmanikandan5446
    @yuvarajmanikandan5446 3 หลายเดือนก่อน

    I GOT A ERROR: PLZ HELP ME: 16 17:03:39 create table FRUITS(
    Name varchar(100),
    Price int,
    ) Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4 0.000 sec

  • @karthikaeyan2903
    @karthikaeyan2903 ปีที่แล้ว +3

    update student set department="computerscience"where department="aero" Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.
    To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec
    whats the error here sir?

    • @arulprabu7331
      @arulprabu7331 ปีที่แล้ว

      Yes bro I face the same problem so can we do?

    • @karthikaeyan2903
      @karthikaeyan2903 ปีที่แล้ว

      @@arulprabu7331 disable the safe mode by going to preference option > SQL editor then scroll down there will be check box disable that now it works...

    • @RohithRaj-t7k
      @RohithRaj-t7k ปีที่แล้ว

      Same prblm bro

    • @arulprabu7331
      @arulprabu7331 ปีที่แล้ว

      There is a solution to this problem

    • @arulprabu7331
      @arulprabu7331 ปีที่แล้ว +1

      Search errror code 1175 how to solve

  • @goodboys1597
    @goodboys1597 5 หลายเดือนก่อน +3

    Bro enaku error varuthu bro error code 1175 ....
    I can't update table bro
    Please kindly tell something about it bro

  • @KarthiKeyan-xl3mh
    @KarthiKeyan-xl3mh 11 หลายเดือนก่อน

    9:19 alter use pannalama

  • @naveenmohan-n1n
    @naveenmohan-n1n 5 หลายเดือนก่อน

    brother in this video i have one doubt i have insert the mutiple (name, age , dep) it have any key is in sql and add one by one , kindly please tell me

  • @Interestingfacts-14
    @Interestingfacts-14 3 หลายเดือนก่อน

    Hi naa...
    Ipo name vandhu string ileya so athunale, we use double quotation. Aproma .. my question is ..
    (Year yyyy/mm/dd, age ,salary,reg_no, report_no ) so idhuku ala... Double quotation use pananoma ile single quotes use pananoma Anna ?? Please do reply 🙏❤️

  • @musicalbioarts
    @musicalbioarts 5 หลายเดือนก่อน

    AJ sir, I have a doubt
    Before creating the table we should use alter command to change (for eg. You told department to dept)
    While we have to change anything inside the table, we should use update command (for eg. You told about changing age from 23 to 20)
    Am I right? If it is wrong, anyone pls correct me

  • @kasthurim3186
    @kasthurim3186 ปีที่แล้ว +2

    Bro.. In SQL, Can we insert all values at a same time? Is it possible?

  • @Ajay2k04
    @Ajay2k04 8 หลายเดือนก่อน +1

    Bro i have a error in my update code is 1175 you're using safe update mode
    What i do???
    my code is
    Update student set dept="ECE" where dept="MECH"

    • @ajaikarthik352
      @ajaikarthik352 6 หลายเดือนก่อน +1

      also same error

    • @Ajay2k04
      @Ajay2k04 6 หลายเดือนก่อน

      @@ajaikarthik352 set sql_safe_updates =0; run this code then do your update code

  • @rajhapriya6289
    @rajhapriya6289 ปีที่แล้ว

    After saving the table, suppose i want to add elements in that previously saved table.. I can't able to edit the script how to do that

  • @VPN7TECH
    @VPN7TECH ปีที่แล้ว +1

    Super

  • @nakathsharu7998
    @nakathsharu7998 ปีที่แล้ว +1

    SQL video fullah sikiramah upload pannunga bro.

  • @sunnyjustin8373
    @sunnyjustin8373 4 หลายเดือนก่อน

    bro had error on UPDATE student set age=23 have saved, but showing error....what the mistake can rply any one.

  • @madhan0772
    @madhan0772 6 หลายเดือนก่อน +1

    Bro not working update command.pls give me solution

    • @mohd_kaleefa7897
      @mohd_kaleefa7897 5 หลายเดือนก่อน

      Use before one command which is set sql_safe_updates = 0; and again put update command it will rum

  • @jayastar8059
    @jayastar8059 ปีที่แล้ว +2

    Hi bro can you please update Java full tutorial.

  • @logig618
    @logig618 3 หลายเดือนก่อน

    bro enaku update student set age=23 (wrong)kathudhu broo....what to do

  • @ZEE004
    @ZEE004 5 หลายเดือนก่อน

    bro mysql app formate la iruka,mobile la instal panni use panra mari

  • @santhiyaranis8659
    @santhiyaranis8659 ปีที่แล้ว

    I have downloaded the sql but when I choosed the setup type as full it should that Mysql did not find the package in the current bundle suitable for package. What I do for this issue?

    • @janarthanalife4837
      @janarthanalife4837 ปีที่แล้ว

      download the workbench and its package with the same version 8.0.3

    • @santhiyaranis8659
      @santhiyaranis8659 ปีที่แล้ว

      @@janarthanalife4837 How should I download

  • @vijaysakthy5777
    @vijaysakthy5777 ปีที่แล้ว

    Insert data ovvoru time run panathuku apram tha add panna mudiyum ah ore time la pannaudiyatha?

  • @hemakumar.r7110
    @hemakumar.r7110 ปีที่แล้ว +1

    Django vedios podungaaa Broooo

  • @krishnapriyar5665
    @krishnapriyar5665 ปีที่แล้ว

    Anyone can give the answer for 14:32 min questions.
    I get an error

  • @MohamedRazeen-v1c
    @MohamedRazeen-v1c 2 หลายเดือนก่อน

    nested queries,joins video?

  • @manibalabommi7154
    @manibalabommi7154 2 หลายเดือนก่อน

    hii bro
    for me error in
    update student set age=23
    and also i tried
    update student set age=23 where name="smith"

  • @VIMALESHK-zs3uj
    @VIMALESHK-zs3uj 7 หลายเดือนก่อน

    What is the difference between alter and update command

  • @Rupika532
    @Rupika532 6 หลายเดือนก่อน

    Bro edulaye output soli thangaa really robha help full aa irukuu

  • @jencysaral7941
    @jencysaral7941 ปีที่แล้ว +2

    Bro java tutorial podunga

  • @yogiramv5552
    @yogiramv5552 ปีที่แล้ว +2

    Bro...teach java script....

  • @sitheskrishna4504
    @sitheskrishna4504 5 หลายเดือนก่อน

    bro upadate command work aagala plz give the solution how to solve

  • @s.barathkumarbca4835
    @s.barathkumarbca4835 ปีที่แล้ว +2

    javascript video podugah bro

  • @uniqueboybharathi4592
    @uniqueboybharathi4592 5 หลายเดือนก่อน

    Bro I have error in 10:01

  • @Gopi1809-v1v
    @Gopi1809-v1v 20 วันที่ผ่านมา

    Select command vantu dml kullathana varum bro nega dql solriga

  • @pugazhpugazh1656
    @pugazhpugazh1656 4 หลายเดือนก่อน

    Yenaku oru doubt itha namma excel ley itha vida fast ta pannalameyy😢

  • @vijethsva5772
    @vijethsva5772 ปีที่แล้ว +4

    Error 1175..... Solution.....
    Go to Edit --> Preferences
    Click "SQL Editor" tab and uncheck "Safe Updates" check box
    Query --> Reconnect to Server // logout and then login
    Now execute your SQL query

  • @surendarmurthi551
    @surendarmurthi551 ปีที่แล้ว

    Bro one request visual basic beginners to advance course detailed ah teach panni videos poda mudiyuma

  • @gamingnaveen8139
    @gamingnaveen8139 5 หลายเดือนก่อน

    Update and delete are errors ...I tried more times 😕..what reason bro..I put same what u done also error only occurs

  • @naveen28
    @naveen28 11 หลายเดือนก่อน

    Safe update error ku elaru application la poi trun on and off method soli irukaga......athuku innu method uh iruku..... queries la aa enable and disable panikalam....
    Disable: set sql_safe_updates =0;
    Enable: set sql_safe_updates =1;
    This is proper method of update data......mukiyama ah queries la updates antha "s" podanu ilana error varum....elaru disable panitu update panni paruga then enable panitu update panni paruga.....this way elaru try pannuga guys.....nanu oru beginner than na therichi kita visiyam ah solalanu share panna....

  • @poovarasan_
    @poovarasan_ ปีที่แล้ว +1

    Javascript from scratch videos podunga bro

  • @deepika1835
    @deepika1835 12 วันที่ผ่านมา

    Update la where use pana update agala bro

  • @manibalabommi7154
    @manibalabommi7154 2 หลายเดือนก่อน

    c programming video basic to advance podunga bro please 😢😢😢😢😢

  • @kesukesavan3594
    @kesukesavan3594 ปีที่แล้ว +1

    Broo update comment work aga mattudhu brooo🥲 error uhh verudhuu

  • @nauzz28
    @nauzz28 ปีที่แล้ว

    Bro oru web page epdi create panrathu aprm athu epdi deploy panrathu nu theliva video podunga bro clear ah… plss..

  • @safwanss9990
    @safwanss9990 11 หลายเดือนก่อน +1

    while using update error 1175 varuthu atha epdi solve panrathu

    • @thangaveluk527
      @thangaveluk527 9 หลายเดือนก่อน

      Go to edit tab in mysql workbench and then preferences and click sql editor then scroll down and uncheck safe updates option

  • @RacklandStephen
    @RacklandStephen 8 หลายเดือนก่อน

    enaku 1175 error varuthu bro, atha epd solve panrathu bro

  • @RahmathnishaShajahan
    @RahmathnishaShajahan 5 หลายเดือนก่อน +3

    1175 error pls help me

    • @goodboys1597
      @goodboys1597 5 หลายเดือนก่อน +2

      Bro Frist comment parrunga

  • @SandhiyaPalaniyammal
    @SandhiyaPalaniyammal หลายเดือนก่อน

    Bro update command is not working

  • @Sowmi-tn2zt
    @Sowmi-tn2zt 26 วันที่ผ่านมา

    Power Bi videos podunga bro

  • @sanjayrs3039
    @sanjayrs3039 ปีที่แล้ว

    SQL Server Videos podunga bro..

  • @sujig9041
    @sujig9041 11 วันที่ผ่านมา

    I have the error in update keyword

  • @jasontimjonathan2601
    @jasontimjonathan2601 ปีที่แล้ว

    hi bro, full video eppo varum???

  • @Prokidz_
    @Prokidz_ ปีที่แล้ว +2

    Bro where is javascript
    I'm waiting ✋️

  • @ashwinig1032
    @ashwinig1032 ปีที่แล้ว

    javascript video podunga bro

  • @balaji.r7562
    @balaji.r7562 10 หลายเดือนก่อน +1

    Update key la 1175 error varuthu

  • @multycatjourney
    @multycatjourney ปีที่แล้ว +1

    I can't update 😢 there is an error

    • @AsryMR
      @AsryMR ปีที่แล้ว

      Disable Safe Update Mode🧏‍♂
      SET SQL_SAFE_UPDATES = 0;

  • @psychocinemas8262
    @psychocinemas8262 9 หลายเดือนก่อน

    Relational Algebra podunga bro

  • @yuaneshwarir1575
    @yuaneshwarir1575 7 หลายเดือนก่อน +2

    Bro update doesn't Work

    • @sgowtham-c2y
      @sgowtham-c2y 5 หลายเดือนก่อน

      Use privacy node bro

  • @chandrasekar6833
    @chandrasekar6833 ปีที่แล้ว

    Java script biginner to advance video podunga

  • @harinnishreeni5196
    @harinnishreeni5196 ปีที่แล้ว

    Bro JS video podunga full tutorial pls

  • @tamilarasantamilarasan6627
    @tamilarasantamilarasan6627 5 หลายเดือนก่อน +1

    SET SQL_SAFE_UPDATES = 0;
    for the error code 1175 you just run this code and turn off the safe updates

  • @murugansubramaniyan916
    @murugansubramaniyan916 3 หลายเดือนก่อน

    Error 1175 Disable or untick the safe Update close workbench then run same comment it run successful ​

  • @bvigneshwaran8904
    @bvigneshwaran8904 11 หลายเดือนก่อน

    you are using safe update mode nu error varuthu

  • @balaji.r7562
    @balaji.r7562 10 หลายเดือนก่อน

    Bro enakku update key use aakala bro

  • @ALTHAFRAHIMANA
    @ALTHAFRAHIMANA 5 หลายเดือนก่อน

    Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect.

  • @shaeditz1232
    @shaeditz1232 ปีที่แล้ว

    Hii bro could you pls update java full tutorial

  • @sundargv2367
    @sundargv2367 ปีที่แล้ว

    bro update comment use pannunom na 1175,1064 error varuthu

  • @21CS031NITHIYAJ
    @21CS031NITHIYAJ ปีที่แล้ว +1

    bro plss Javascript podunga...waiting la irukom

  • @mohamedalthaf1364
    @mohamedalthaf1364 ปีที่แล้ว

    A W S video podunga bro

  • @karthicksaran7355
    @karthicksaran7355 ปีที่แล้ว

    Bro spread sheet corrupt recover video podunga bro

  • @playertamizha2.052
    @playertamizha2.052 ปีที่แล้ว

    Bro leed code pathi video podga bro

  • @JohnMaria-d3w
    @JohnMaria-d3w ปีที่แล้ว

    Html css potinka javascript podunka

  • @sridevikannan5779
    @sridevikannan5779 11 หลายเดือนก่อน

    update fruits set price=60 where name="Banana" for this line the error code comes like 1175