Wann benutzt man integer?
Thema sql, informatik
Thema sql, informatik
Hallo unser Getränkeautomat mit cashflow 690 schreibt als Fehler „Alle münzen gesperrt weil Verkauf gesperrt“. Warum ist dass so? Was kann man dagegen machen? Haben gefühlt schon alles probiert 😔
Icg programmiere Java. Ich kriege aus irgendeinem Grund StackOverflow. Weiß jemand warum? Hier ist meine Methode: protected double bellHund(Graete) { return bellHund(Graete+1); }
Ich habe in IntelIJ mit hilfe von Maven einen Discord Bot gecodet. Jetzt möchte ich ihn auf einen Raspberry Pi laden um ihn 24/7 auszuführen. Wie kann ich den Bot exportieren?
Wenn D1 entweder Text1, Text2 oder Text3 (…) enthält, dann kopiere J1 nach K1.Kann mir hierbei jemand helfen? Danke
Hey, ich bin ein Freelancer im Bereich Webdesign. Bin vor kurzem auf envato gestoßen und ich muss sagen das die wirklich coole Templates anbieten! Meine Frage: Darf ich mit diesen Templates (mit Abo natürlich) einfach so eine WordPress Seite basteln und diese dann an meinen Kunden weiterverkaufen? Ich sehe bei Ihren Lizenzrechten nicht ganz durch….
Integer or “int” are integers. So 1, 2, 3 without comma. If you try to define the number 3.5 as an integer, that will either not work or possibly. lead to a rounding or cutting of the comma values – depending on the system or programming language.
Integer is a data type. You can learn more about the topic with this keyword. For example, here:
https://www.schmager.de/mysql.php
Integer also means a memory size at the same time. Honestly, I don’t know if this is the case with any system. But for SQL/ mySQL the size of a value is limited depending on the data type. This can also be seen in the table in the link – but I am not sure whether there are differences between SQL and mySQL.
Integer is used in database, for example as counter. For example, in user databases, if someone has to specify his age in years (which, of course, is calculated using a date of birth). Or simply as an ID. As a rule, a line of a database table has an ID column in which each entry has its own number – just an ID that is an integer.
Integer is generally the English name for an integer, so you also use Integer exactly for it.
If you want to save integers.