Questions tagged [longtext]
143 questions
0
votes
1 answer
store long text - mysql wampserver
i have a long text that I need to store inside MySQL database. the text is:
Prof. R.S. Marks has founded a NRF CREATE center 'Nanomaterials for
Energy and Water Management' in Singapore together with his colleagues
Prof. Ma Jan (NTU) and Prof.…

arthur
- 539
- 1
- 7
- 21
-1
votes
1 answer
long text in a fixed size scrolable container flutter
hello world hope you're well
looking to have a container with a fixed size witch have in it a Text() mean long text more than the size of the container
Thank you for your help
in flutter

MrMoon
- 31
- 1
- 6
-1
votes
2 answers
Data Types: Long
So this is the code I have written: The bold doesn’t print out what I want to print out, which is if a long data type is entered then the phrase “can be fitted in a long”.
I tried using the Math.pow, but the function doesn’t works since this is for…

uxtrejo
- 1
- 1
-1
votes
1 answer
Escaping ' from mySQL array
There is some text stored in mysql table as long text. It contains ' characters.
Trying to escape these so I can fetch the results. Anything having ' gives error.
review_text with ' fails to bring back anything. The answer is supposed to be with…

startupking1
- 39
- 8
-1
votes
5 answers
MySQL - count where id contained in a string
My table is called "asd"
I have this schema:
id | date | content |
AUTO_INC DATETIME LONGTEXT
now assuming content = 45,67,89,3,45,5
how do i search COUNT() in this table WHERE content CONTAINS 89 for example ?
i tryed SELECT…

itsme
- 48,972
- 96
- 224
- 345
-2
votes
1 answer
a view on tapping got a view for description about it
I want to create a view like this to show some long text. got some pods for this but i want to this do programatically.
thanks in advance.
first image -> the view before tap.
second image -> view after tap.
first image second image

Prateek Regar
- 11
- 2
- 5
-2
votes
1 answer
Converting LONG to Int adds extra 0
i do have really similar issues as in this topic: Proper way of converting string to long int in PHP
Unfortunately solution there is not working for me.
My situation is following:
I do have Wordpress database with meta_key which value is 700 (in…

snorbik
- 107
- 1
- 9
-3
votes
1 answer
Oracle SQL - Extracting <> tag values from LONG Type column
I have a table with column name "messages" of LONG TYPE
The messages column contains data like
...
I want to extract information inside the tag only and select it. How would I get that information using an SQL…

Skadoosh95
- 27
- 1
- 6